#57599E

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

Shades of Governor Bay #57599E

Tints of Governor Bay #57599E

Color information

#57599E (or 0x57599E) is unknown color: approx Governor Bay. HEX triplet: 57, 59 and 9E. RGB value is (87,89,158). Sum of RGB (Red+Green+Blue) = 87+89+158=334 (44% of max value = 765). Red value is 87 (34.38% from 255 or 26.05% from 334); Green value is 89 (35.16% from 255 or 26.65% from 334); Blue value is 158 (62.11% from 255 or 47.31% from 334); Max value from RGB is 158 - color contains mainly: blue. Hex color #57599E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57599E is #A8A661. Grayscale: #5F5F5F. Windows color (decimal): -11052642 or 10377559. OLE color: 10377559.

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

Color convert

RGB8789158-
CMYK0.450.4400.38
HSL238.31º28.98%48.04%-
HSV(B)238.31º44.94%61.96%-
XYZ13.6711.6433.87-
YUV96.27162.84121.39-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.05%
GREEN value IS 89 (35.16% from 255) = 26.65%
BLUE value IS 158 (62.11% from 255) = 47.31%
R=26.05%
G=26.65%
B=47.31%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal87891580.450.4400.38238.3128.9848.04
Hex57599E2D2C026ee1d30
Octal12713123655540463563560
Binary101011110110011001111010110110110001001101110111011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57599E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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