#57568C

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

Shades of Governor Bay #57568C

Tints of Governor Bay #57568C

Color information

#57568C (or 0x57568C) is unknown color: approx Governor Bay. HEX triplet: 57, 56 and 8C. RGB value is (87,86,140). Sum of RGB (Red+Green+Blue) = 87+86+140=313 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.80% from 313); Green value is 86 (33.98% from 255 or 27.48% from 313); Blue value is 140 (55.08% from 255 or 44.73% from 313); Max value from RGB is 140 - color contains mainly: blue. Hex color #57568C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57568C is #A8A973. Grayscale: #5C5C5C. Windows color (decimal): -11053428 or 9197143. OLE color: 9197143.

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

Color convert

RGB8786140-
CMYK0.380.3900.45
HSL241.11º23.89%44.31%-
HSV(B)241.11º38.57%54.9%-
XYZ11.9910.5826.22-
YUV92.46154.83124.11-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.80%
GREEN value IS 86 (33.98% from 255) = 27.48%
BLUE value IS 140 (55.08% from 255) = 44.73%
R=27.80%
G=27.48%
B=44.73%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal87861400.380.3900.45241.1123.8944.31
Hex57568C262702Df1182c
Octal12712621446470553613054
Binary101011110101101000110010011010011101011011111000111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57568C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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