#5061CB

Color #5061CB Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #5061CB

Tints of Free Speech Blue #5061CB

Color information

#5061CB (or 0x5061CB) is unknown color: approx Free Speech Blue. HEX triplet: 50, 61 and CB. RGB value is (80,97,203). Sum of RGB (Red+Green+Blue) = 80+97+203=380 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.05% from 380); Green value is 97 (38.28% from 255 or 25.53% from 380); Blue value is 203 (79.69% from 255 or 53.42% from 380); Max value from RGB is 203 - color contains mainly: blue. Hex color #5061CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5061CB is #AF9E34. Grayscale: #676767. Windows color (decimal): -11509301 or 13328720. OLE color: 13328720.

HSL color Cylindrical-coordinate representation of color #5061CB: hue angle of 231.71º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5061CB is Cyan = 0.61, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB8097203-
CMYK0.610.5200.20
HSL231.71º54.19%55.49%-
HSV(B)231.71º60.59%79.61%-
XYZ18.3614.5758.34-
YUV104183.87110.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 80 (31.64% from 255) = 21.05%
GREEN value IS 97 (38.28% from 255) = 25.53%
BLUE value IS 203 (79.69% from 255) = 53.42%
R=21.05%
G=25.53%
B=53.42%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal80972030.610.5200.20231.7154.1955.49
Hex5061CB3D34014e83637
Octal12014131375640243506667
Binary101000011000011100101111110111010001010011101000110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5061CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5061CB; }

 p { color: rgb(80,97,203); }

 H1.HeaderClassName
 {
   color: #5061CB;
 }
 .AnyTagClassName
 {
   color: #5061CB;
 }
</style>
background-color css

<style>
 a { background-color: #5061CB; }

 a { background-color: rgb(80,97,203); }

 div.DivClassName
 {
   background-color: #5061CB;
 }
 .BgClassName
 {
   background-color: #5061CB;
 }
</style>
border-color css

<style>
 span { border-color: #5061CB; }

 span { border-color: rgb(80,97,203); }

 td.TdClassName
 {
   border-color: #5061CB;
 }
 .TagClassName
 {
   border-color: #5061CB;
 }
</style>