#575699

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

Shades of Governor Bay #575699

Tints of Governor Bay #575699

Color information

#575699 (or 0x575699) is unknown color: approx Governor Bay. HEX triplet: 57, 56 and 99. RGB value is (87,86,153). Sum of RGB (Red+Green+Blue) = 87+86+153=326 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.69% from 326); Green value is 86 (33.98% from 255 or 26.38% from 326); Blue value is 153 (60.16% from 255 or 46.93% from 326); Max value from RGB is 153 - color contains mainly: blue. Hex color #575699 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575699 is #A8A966. Grayscale: #5D5D5D. Windows color (decimal): -11053415 or 10049111. OLE color: 10049111.

HSL color Cylindrical-coordinate representation of color #575699: hue angle of 240.9º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #575699 is Cyan = 0.43, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB8786153-
CMYK0.430.4400.4
HSL240.9º28.03%46.86%-
HSV(B)240.9º43.79%60%-
XYZ13.0110.9831.57-
YUV93.94161.33123.05-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.69%
GREEN value IS 86 (33.98% from 255) = 26.38%
BLUE value IS 153 (60.16% from 255) = 46.93%
R=26.69%
G=26.38%
B=46.93%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal87861530.430.4400.4240.928.0346.86
Hex5756992B2C028f11c2f
Octal12712623153540503613457
Binary101011110101101001100110101110110001010001111000111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575699; }

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

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

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

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

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

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

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

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