#54598D

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

Shades of Governor Bay #54598D

Tints of Governor Bay #54598D

Color information

#54598D (or 0x54598D) is unknown color: approx Governor Bay. HEX triplet: 54, 59 and 8D. RGB value is (84,89,141). Sum of RGB (Red+Green+Blue) = 84+89+141=314 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.75% from 314); Green value is 89 (35.16% from 255 or 28.34% from 314); Blue value is 141 (55.47% from 255 or 44.90% from 314); Max value from RGB is 141 - color contains mainly: blue. Hex color #54598D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54598D is #ABA672. Grayscale: #5D5D5D. Windows color (decimal): -11249267 or 9263444. OLE color: 9263444.

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

Color convert

RGB8489141-
CMYK0.400.3700.45
HSL234.74º25.33%44.12%-
HSV(B)234.74º40.43%55.29%-
XYZ12.0410.9526.68-
YUV93.43154.84121.27-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.75%
GREEN value IS 89 (35.16% from 255) = 28.34%
BLUE value IS 141 (55.47% from 255) = 44.90%
R=26.75%
G=28.34%
B=44.90%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal84891410.400.3700.45234.7425.3344.12
Hex54598D282502Deb192c
Octal12413121550450553533154
Binary101010010110011000110110100010010101011011110101111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54598D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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