#54609C

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

Shades of Governor Bay #54609C

Tints of Governor Bay #54609C

Color information

#54609C (or 0x54609C) is unknown color: approx Governor Bay. HEX triplet: 54, 60 and 9C. RGB value is (84,96,156). Sum of RGB (Red+Green+Blue) = 84+96+156=336 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25% from 336); Green value is 96 (37.89% from 255 or 28.57% from 336); Blue value is 156 (61.33% from 255 or 46.43% from 336); Max value from RGB is 156 - color contains mainly: blue. Hex color #54609C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54609C is #AB9F63. Grayscale: #636363. Windows color (decimal): -11247460 or 10248276. OLE color: 10248276.

HSL color Cylindrical-coordinate representation of color #54609C: hue angle of 230º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #54609C is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8496156-
CMYK0.460.3800.39
HSL230º30%47.06%-
HSV(B)230º46.15%61.18%-
XYZ13.8412.6533.16-
YUV99.25160.02117.12-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25%
GREEN value IS 96 (37.89% from 255) = 28.57%
BLUE value IS 156 (61.33% from 255) = 46.43%
R=25%
G=28.57%
B=46.43%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal84961560.460.3800.392303047.06
Hex54609C2E26027e61e2f
Octal12414023456460473463657
Binary101010011000001001110010111010011001001111110011011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54609C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54609C; }

 p { color: rgb(84,96,156); }

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

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

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

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

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

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

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