#57568B

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

Shades of Governor Bay #57568B

Tints of Governor Bay #57568B

Color information

#57568B (or 0x57568B) is unknown color: approx Governor Bay. HEX triplet: 57, 56 and 8B. RGB value is (87,86,139). Sum of RGB (Red+Green+Blue) = 87+86+139=312 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.88% from 312); Green value is 86 (33.98% from 255 or 27.56% from 312); Blue value is 139 (54.69% from 255 or 44.55% from 312); Max value from RGB is 139 - color contains mainly: blue. Hex color #57568B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57568B is #A8A974. Grayscale: #5C5C5C. Windows color (decimal): -11053429 or 9131607. OLE color: 9131607.

HSL color Cylindrical-coordinate representation of color #57568B: hue angle of 241.13º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #57568B is Cyan = 0.37, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8786139-
CMYK0.370.3800.45
HSL241.13º23.56%44.12%-
HSV(B)241.13º38.13%54.51%-
XYZ11.9210.5525.83-
YUV92.34154.33124.19-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.88%
GREEN value IS 86 (33.98% from 255) = 27.56%
BLUE value IS 139 (54.69% from 255) = 44.55%
R=27.88%
G=27.56%
B=44.55%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal87861390.370.3800.45241.1323.5644.12
Hex57568B252602Df1182c
Octal12712621345460553613054
Binary101011110101101000101110010110011001011011111000111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57568B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,86,139); }

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

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

 a { background-color: rgb(87,86,139); }

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

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

 span { border-color: rgb(87,86,139); }

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