#545499

Color #545499 Governor Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Governor Bay #545499

Tints of Governor Bay #545499

Color information

#545499 (or 0x545499) is unknown color: approx Governor Bay. HEX triplet: 54, 54 and 99. RGB value is (84,84,153). Sum of RGB (Red+Green+Blue) = 84+84+153=321 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.17% from 321); Green value is 84 (33.20% from 255 or 26.17% from 321); Blue value is 153 (60.16% from 255 or 47.66% from 321); Max value from RGB is 153 - color contains mainly: blue. Hex color #545499 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #545499 is #ABAB66. Grayscale: #5B5B5B. Windows color (decimal): -11250535 or 10048596. OLE color: 10048596.

HSL color Cylindrical-coordinate representation of color #545499: hue angle of 240º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #545499 is Cyan = 0.45, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB8484153-
CMYK0.450.4500.4
HSL240º29.11%46.47%-
HSV(B)240º45.1%60%-
XYZ12.5810.5331.51-
YUV91.87162.5122.39-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.17%
GREEN value IS 84 (33.20% from 255) = 26.17%
BLUE value IS 153 (60.16% from 255) = 47.66%
R=26.17%
G=26.17%
B=47.66%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal84841530.450.4500.424029.1146.47
Hex5454992D2D028f01d2e
Octal12412423155550503603556
Binary101010010101001001100110110110110101010001111000011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545499; }

 p { color: rgb(84,84,153); }

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

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

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

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

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

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

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