#545FB6

Color #545FB6 Rich Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Blue #545FB6

Tints of Rich Blue #545FB6

Color information

#545FB6 (or 0x545FB6) is unknown color: approx Rich Blue. HEX triplet: 54, 5F and B6. RGB value is (84,95,182). Sum of RGB (Red+Green+Blue) = 84+95+182=361 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.27% from 361); Green value is 95 (37.5% from 255 or 26.32% from 361); Blue value is 182 (71.48% from 255 or 50.42% from 361); Max value from RGB is 182 - color contains mainly: blue. Hex color #545FB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #545FB6 is #ABA049. Grayscale: #656565. Windows color (decimal): -11247690 or 11951956. OLE color: 11951956.

HSL color Cylindrical-coordinate representation of color #545FB6: hue angle of 233.27º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #545FB6 is Cyan = 0.54, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB8495182-
CMYK0.540.4800.29
HSL233.27º40.16%52.16%-
HSV(B)233.27º53.85%71.37%-
XYZ16.1913.4546-
YUV101.63173.36115.43-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.27%
GREEN value IS 95 (37.5% from 255) = 26.32%
BLUE value IS 182 (71.48% from 255) = 50.42%
R=23.27%
G=26.32%
B=50.42%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal84951820.540.4800.29233.2740.1652.16
Hex545FB6363001De92834
Octal12413726666600353515064
Binary101010010111111011011011011011000001110111101001101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545FB6; }

 p { color: rgb(84,95,182); }

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

<style>
 a { background-color: #545FB6; }

 a { background-color: rgb(84,95,182); }

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

<style>
 span { border-color: #545FB6; }

 span { border-color: rgb(84,95,182); }

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