#57568D

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

Shades of Governor Bay #57568D

Tints of Governor Bay #57568D

Color information

#57568D (or 0x57568D) is unknown color: approx Governor Bay. HEX triplet: 57, 56 and 8D. RGB value is (87,86,141). Sum of RGB (Red+Green+Blue) = 87+86+141=314 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.71% from 314); Green value is 86 (33.98% from 255 or 27.39% from 314); Blue value is 141 (55.47% from 255 or 44.90% from 314); Max value from RGB is 141 - color contains mainly: blue. Hex color #57568D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57568D is #A8A972. Grayscale: #5C5C5C. Windows color (decimal): -11053427 or 9262679. OLE color: 9262679.

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

Color convert

RGB8786141-
CMYK0.380.3900.45
HSL241.09º24.23%44.51%-
HSV(B)241.09º39.01%55.29%-
XYZ12.0710.626.61-
YUV92.57155.33124.03-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.71%
GREEN value IS 86 (33.98% from 255) = 27.39%
BLUE value IS 141 (55.47% from 255) = 44.90%
R=27.71%
G=27.39%
B=44.90%

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
Decimal87861410.380.3900.45241.0924.2344.51
Hex57568D262702Df1182d
Octal12712621546470553613055
Binary101011110101101000110110011010011101011011111000111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57568D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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