#54598B

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

Shades of Governor Bay #54598B

Tints of Governor Bay #54598B

Color information

#54598B (or 0x54598B) is unknown color: approx Governor Bay. HEX triplet: 54, 59 and 8B. RGB value is (84,89,139). Sum of RGB (Red+Green+Blue) = 84+89+139=312 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.92% from 312); Green value is 89 (35.16% from 255 or 28.53% from 312); Blue value is 139 (54.69% from 255 or 44.55% from 312); Max value from RGB is 139 - color contains mainly: blue. Hex color #54598B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54598B is #ABA674. Grayscale: #5D5D5D. Windows color (decimal): -11249269 or 9132372. OLE color: 9132372.

HSL color Cylindrical-coordinate representation of color #54598B: hue angle of 234.55º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #54598B is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8489139-
CMYK0.400.3600.45
HSL234.55º24.66%43.73%-
HSV(B)234.55º39.57%54.51%-
XYZ11.8910.8925.9-
YUV93.2153.84121.43-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.92%
GREEN value IS 89 (35.16% from 255) = 28.53%
BLUE value IS 139 (54.69% from 255) = 44.55%
R=26.92%
G=28.53%
B=44.55%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal84891390.400.3600.45234.5524.6643.73
Hex54598B282402Deb192c
Octal12413121350440553533154
Binary101010010110011000101110100010010001011011110101111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54598B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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