#5062BD

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

Shades of Free Speech Blue #5062BD

Tints of Free Speech Blue #5062BD

Color information

#5062BD (or 0x5062BD) is unknown color: approx Free Speech Blue. HEX triplet: 50, 62 and BD. RGB value is (80,98,189). Sum of RGB (Red+Green+Blue) = 80+98+189=367 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.80% from 367); Green value is 98 (38.67% from 255 or 26.70% from 367); Blue value is 189 (74.22% from 255 or 51.50% from 367); Max value from RGB is 189 - color contains mainly: blue. Hex color #5062BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5062BD is #AF9D42. Grayscale: #666666. Windows color (decimal): -11509059 or 12411472. OLE color: 12411472.

HSL color Cylindrical-coordinate representation of color #5062BD: hue angle of 230.09º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5062BD is Cyan = 0.58, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8098189-
CMYK0.580.4800.26
HSL230.09º45.23%52.75%-
HSV(B)230.09º57.67%74.12%-
XYZ16.8614.1149.98-
YUV102.99176.54111.6-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.80%
GREEN value IS 98 (38.67% from 255) = 26.70%
BLUE value IS 189 (74.22% from 255) = 51.50%
R=21.80%
G=26.70%
B=51.50%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal80981890.580.4800.26230.0945.2352.75
Hex5062BD3A3001Ae62d35
Octal12014227572600323465565
Binary101000011000101011110111101011000001101011100110101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5062BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5062BD; }

 p { color: rgb(80,98,189); }

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

<style>
 a { background-color: #5062BD; }

 a { background-color: rgb(80,98,189); }

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

<style>
 span { border-color: #5062BD; }

 span { border-color: rgb(80,98,189); }

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