#54599B

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

Shades of Governor Bay #54599B

Tints of Governor Bay #54599B

Color information

#54599B (or 0x54599B) is unknown color: approx Governor Bay. HEX triplet: 54, 59 and 9B. RGB value is (84,89,155). Sum of RGB (Red+Green+Blue) = 84+89+155=328 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.61% from 328); Green value is 89 (35.16% from 255 or 27.13% from 328); Blue value is 155 (60.94% from 255 or 47.26% from 328); Max value from RGB is 155 - color contains mainly: blue. Hex color #54599B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54599B is #ABA664. Grayscale: #5E5E5E. Windows color (decimal): -11249253 or 10180948. OLE color: 10180948.

HSL color Cylindrical-coordinate representation of color #54599B: hue angle of 235.77º 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 #54599B is Cyan = 0.46, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8489155-
CMYK0.460.4300.39
HSL235.77º29.71%46.86%-
HSV(B)235.77º45.81%60.78%-
XYZ13.1411.432.52-
YUV95.03161.84120.13-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.61%
GREEN value IS 89 (35.16% from 255) = 27.13%
BLUE value IS 155 (60.94% from 255) = 47.26%
R=25.61%
G=27.13%
B=47.26%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal84891550.460.4300.39235.7729.7146.86
Hex54599B2E2B027ec1e2f
Octal12413123356530473543657
Binary101010010110011001101110111010101101001111110110011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54599B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54599B; }

 p { color: rgb(84,89,155); }

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

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

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

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

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

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

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