#57599D

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

Shades of Governor Bay #57599D

Tints of Governor Bay #57599D

Color information

#57599D (or 0x57599D) is unknown color: approx Governor Bay. HEX triplet: 57, 59 and 9D. RGB value is (87,89,157). Sum of RGB (Red+Green+Blue) = 87+89+157=333 (44% of max value = 765). Red value is 87 (34.38% from 255 or 26.13% from 333); Green value is 89 (35.16% from 255 or 26.73% from 333); Blue value is 157 (61.72% from 255 or 47.15% from 333); Max value from RGB is 157 - color contains mainly: blue. Hex color #57599D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57599D is #A8A662. Grayscale: #5F5F5F. Windows color (decimal): -11052643 or 10312023. OLE color: 10312023.

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

Color convert

RGB8789157-
CMYK0.450.4300.38
HSL238.29º28.69%47.84%-
HSV(B)238.29º44.59%61.57%-
XYZ13.5911.6133.42-
YUV96.15162.34121.47-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.13%
GREEN value IS 89 (35.16% from 255) = 26.73%
BLUE value IS 157 (61.72% from 255) = 47.15%
R=26.13%
G=26.73%
B=47.15%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal87891570.450.4300.38238.2928.6947.84
Hex57599D2D2B026ee1d30
Octal12713123555530463563560
Binary101011110110011001110110110110101101001101110111011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57599D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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