#57559E

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

Shades of Governor Bay #57559E

Tints of Governor Bay #57559E

Color information

#57559E (or 0x57559E) is unknown color: approx Governor Bay. HEX triplet: 57, 55 and 9E. RGB value is (87,85,158). Sum of RGB (Red+Green+Blue) = 87+85+158=330 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.36% from 330); Green value is 85 (33.59% from 255 or 25.76% from 330); Blue value is 158 (62.11% from 255 or 47.88% from 330); Max value from RGB is 158 - color contains mainly: blue. Hex color #57559E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57559E is #A8AA61. Grayscale: #5D5D5D. Windows color (decimal): -11053666 or 10376535. OLE color: 10376535.

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

Color convert

RGB8785158-
CMYK0.450.4600.38
HSL241.64º30.04%47.65%-
HSV(B)241.64º46.2%61.96%-
XYZ13.3510.9933.77-
YUV93.92164.16123.06-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.36%
GREEN value IS 85 (33.59% from 255) = 25.76%
BLUE value IS 158 (62.11% from 255) = 47.88%
R=26.36%
G=25.76%
B=47.88%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal87851580.450.4600.38241.6430.0447.65
Hex57559E2D2E026f21e30
Octal12712523655560463623660
Binary101011110101011001111010110110111001001101111001011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57559E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57559E; }

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

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

<style>
 a { background-color: #57559E; }

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

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

<style>
 span { border-color: #57559E; }

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

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