#57599B

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

Shades of Governor Bay #57599B

Tints of Governor Bay #57599B

Color information

#57599B (or 0x57599B) is unknown color: approx Governor Bay. HEX triplet: 57, 59 and 9B. RGB value is (87,89,155). Sum of RGB (Red+Green+Blue) = 87+89+155=331 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.28% from 331); Green value is 89 (35.16% from 255 or 26.89% from 331); Blue value is 155 (60.94% from 255 or 46.83% from 331); Max value from RGB is 155 - color contains mainly: blue. Hex color #57599B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57599B is #A8A664. Grayscale: #5F5F5F. Windows color (decimal): -11052645 or 10180951. OLE color: 10180951.

HSL color Cylindrical-coordinate representation of color #57599B: hue angle of 238.24º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #57599B is Cyan = 0.44, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8789155-
CMYK0.440.4300.39
HSL238.24º28.1%47.45%-
HSV(B)238.24º43.87%60.78%-
XYZ13.4211.5432.53-
YUV95.93161.34121.63-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.28%
GREEN value IS 89 (35.16% from 255) = 26.89%
BLUE value IS 155 (60.94% from 255) = 46.83%
R=26.28%
G=26.89%
B=46.83%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal87891550.440.4300.39238.2428.147.45
Hex57599B2C2B027ee1c2f
Octal12713123354530473563457
Binary101011110110011001101110110010101101001111110111011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57599B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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