#57589B

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

Shades of Governor Bay #57589B

Tints of Governor Bay #57589B

Color information

#57589B (or 0x57589B) is unknown color: approx Governor Bay. HEX triplet: 57, 58 and 9B. RGB value is (87,88,155). Sum of RGB (Red+Green+Blue) = 87+88+155=330 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.36% from 330); Green value is 88 (34.77% from 255 or 26.67% from 330); Blue value is 155 (60.94% from 255 or 46.97% from 330); Max value from RGB is 155 - color contains mainly: blue. Hex color #57589B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57589B is #A8A764. Grayscale: #5F5F5F. Windows color (decimal): -11052901 or 10180695. OLE color: 10180695.

HSL color Cylindrical-coordinate representation of color #57589B: hue angle of 239.12º 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 #57589B is Cyan = 0.44, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8788155-
CMYK0.440.4300.39
HSL239.12º28.1%47.45%-
HSV(B)239.12º43.87%60.78%-
XYZ13.3411.3732.5-
YUV95.34161.67122.05-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.36%
GREEN value IS 88 (34.77% from 255) = 26.67%
BLUE value IS 155 (60.94% from 255) = 46.97%
R=26.36%
G=26.67%
B=46.97%

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
Decimal87881550.440.4300.39239.1228.147.45
Hex57589B2C2B027ef1c2f
Octal12713023354530473573457
Binary101011110110001001101110110010101101001111110111111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57589B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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