#545C99

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

Shades of Governor Bay #545C99

Tints of Governor Bay #545C99

Color information

#545C99 (or 0x545C99) is unknown color: approx Governor Bay. HEX triplet: 54, 5C and 99. RGB value is (84,92,153). Sum of RGB (Red+Green+Blue) = 84+92+153=329 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.53% from 329); Green value is 92 (36.33% from 255 or 27.96% from 329); Blue value is 153 (60.16% from 255 or 46.50% from 329); Max value from RGB is 153 - color contains mainly: blue. Hex color #545C99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #545C99 is #ABA366. Grayscale: #606060. Windows color (decimal): -11248487 or 10050644. OLE color: 10050644.

HSL color Cylindrical-coordinate representation of color #545C99: hue angle of 233.04º 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 #545C99 is Cyan = 0.45, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB8492153-
CMYK0.450.4000.4
HSL233.04º29.11%46.47%-
HSV(B)233.04º45.1%60%-
XYZ13.2311.8431.72-
YUV96.56159.85119.04-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.53%
GREEN value IS 92 (36.33% from 255) = 27.96%
BLUE value IS 153 (60.16% from 255) = 46.50%
R=25.53%
G=27.96%
B=46.50%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal84921530.450.4000.4233.0429.1146.47
Hex545C992D28028e91d2e
Octal12413423155500503513556
Binary101010010111001001100110110110100001010001110100111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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