#57568E

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

Shades of Governor Bay #57568E

Tints of Governor Bay #57568E

Color information

#57568E (or 0x57568E) is unknown color: approx Governor Bay. HEX triplet: 57, 56 and 8E. RGB value is (87,86,142). Sum of RGB (Red+Green+Blue) = 87+86+142=315 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.62% from 315); Green value is 86 (33.98% from 255 or 27.30% from 315); Blue value is 142 (55.86% from 255 or 45.08% from 315); Max value from RGB is 142 - color contains mainly: blue. Hex color #57568E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57568E is #A8A971. Grayscale: #5C5C5C. Windows color (decimal): -11053426 or 9328215. OLE color: 9328215.

HSL color Cylindrical-coordinate representation of color #57568E: hue angle of 241.07º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #57568E is Cyan = 0.39, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8786142-
CMYK0.390.3900.44
HSL241.07º24.56%44.71%-
HSV(B)241.07º39.44%55.69%-
XYZ12.1410.6327-
YUV92.68155.83123.95-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.62%
GREEN value IS 86 (33.98% from 255) = 27.30%
BLUE value IS 142 (55.86% from 255) = 45.08%
R=27.62%
G=27.30%
B=45.08%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal87861420.390.3900.44241.0724.5644.71
Hex57568E272702Cf1192d
Octal12712621647470543613155
Binary101011110101101000111010011110011101011001111000111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57568E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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