#54558D

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

Shades of Governor Bay #54558D

Tints of Governor Bay #54558D

Color information

#54558D (or 0x54558D) is unknown color: approx Governor Bay. HEX triplet: 54, 55 and 8D. RGB value is (84,85,141). Sum of RGB (Red+Green+Blue) = 84+85+141=310 (41% of max value = 765). Red value is 84 (33.20% from 255 or 27.10% from 310); Green value is 85 (33.59% from 255 or 27.42% from 310); Blue value is 141 (55.47% from 255 or 45.48% from 310); Max value from RGB is 141 - color contains mainly: blue. Hex color #54558D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54558D is #ABAA72. Grayscale: #5A5A5A. Windows color (decimal): -11250291 or 9262420. OLE color: 9262420.

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

Color convert

RGB8485141-
CMYK0.400.4000.45
HSL238.95º25.33%44.12%-
HSV(B)238.95º40.43%55.29%-
XYZ11.7110.326.57-
YUV91.08156.17122.95-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.10%
GREEN value IS 85 (33.59% from 255) = 27.42%
BLUE value IS 141 (55.47% from 255) = 45.48%
R=27.10%
G=27.42%
B=45.48%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal84851410.400.4000.45238.9525.3344.12
Hex54558D282802Def192c
Octal12412521550500553573154
Binary101010010101011000110110100010100001011011110111111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54558D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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