#55579F

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

Shades of Governor Bay #55579F

Tints of Governor Bay #55579F

Color information

#55579F (or 0x55579F) is unknown color: approx Governor Bay. HEX triplet: 55, 57 and 9F. RGB value is (85,87,159). Sum of RGB (Red+Green+Blue) = 85+87+159=331 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.68% from 331); Green value is 87 (34.38% from 255 or 26.28% from 331); Blue value is 159 (62.5% from 255 or 48.04% from 331); Max value from RGB is 159 - color contains mainly: blue. Hex color #55579F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55579F is #AAA860. Grayscale: #5E5E5E. Windows color (decimal): -11184225 or 10442581. OLE color: 10442581.

HSL color Cylindrical-coordinate representation of color #55579F: hue angle of 238.38º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #55579F is Cyan = 0.47, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8587159-
CMYK0.470.4500.38
HSL238.38º30.33%47.84%-
HSV(B)238.38º46.54%62.35%-
XYZ13.4111.2534.27-
YUV94.61164.34121.15-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.68%
GREEN value IS 87 (34.38% from 255) = 26.28%
BLUE value IS 159 (62.5% from 255) = 48.04%
R=25.68%
G=26.28%
B=48.04%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal85871590.470.4500.38238.3830.3347.84
Hex55579F2F2D026ee1e30
Octal12512723757550463563660
Binary101010110101111001111110111110110101001101110111011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55579F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55579F; }

 p { color: rgb(85,87,159); }

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

<style>
 a { background-color: #55579F; }

 a { background-color: rgb(85,87,159); }

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

<style>
 span { border-color: #55579F; }

 span { border-color: rgb(85,87,159); }

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