#54609A

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

Shades of Governor Bay #54609A

Tints of Governor Bay #54609A

Color information

#54609A (or 0x54609A) is unknown color: approx Governor Bay. HEX triplet: 54, 60 and 9A. RGB value is (84,96,154). Sum of RGB (Red+Green+Blue) = 84+96+154=334 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.15% from 334); Green value is 96 (37.89% from 255 or 28.74% from 334); Blue value is 154 (60.55% from 255 or 46.11% from 334); Max value from RGB is 154 - color contains mainly: blue. Hex color #54609A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54609A is #AB9F65. Grayscale: #626262. Windows color (decimal): -11247462 or 10117204. OLE color: 10117204.

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

Color convert

RGB8496154-
CMYK0.450.3800.40
HSL229.71º29.41%46.67%-
HSV(B)229.71º45.45%60.39%-
XYZ13.6712.5832.28-
YUV99.02159.02117.28-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.15%
GREEN value IS 96 (37.89% from 255) = 28.74%
BLUE value IS 154 (60.55% from 255) = 46.11%
R=25.15%
G=28.74%
B=46.11%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal84961540.450.3800.40229.7129.4146.67
Hex54609A2D26028e61d2f
Octal12414023255460503463557
Binary101010011000001001101010110110011001010001110011011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54609A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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