#576297

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

Shades of Governor Bay #576297

Tints of Governor Bay #576297

Color information

#576297 (or 0x576297) is unknown color: approx Governor Bay. HEX triplet: 57, 62 and 97. RGB value is (87,98,151). Sum of RGB (Red+Green+Blue) = 87+98+151=336 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.89% from 336); Green value is 98 (38.67% from 255 or 29.17% from 336); Blue value is 151 (59.38% from 255 or 44.94% from 336); Max value from RGB is 151 - color contains mainly: blue. Hex color #576297 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576297 is #A89D68. Grayscale: #646464. Windows color (decimal): -11050345 or 9921111. OLE color: 9921111.

HSL color Cylindrical-coordinate representation of color #576297: hue angle of 229.69º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #576297 is Cyan = 0.42, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB8798151-
CMYK0.420.3500.41
HSL229.69º26.89%46.67%-
HSV(B)229.69º42.38%59.22%-
XYZ13.881331.05-
YUV100.75156.36118.19-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.89%
GREEN value IS 98 (38.67% from 255) = 29.17%
BLUE value IS 151 (59.38% from 255) = 44.94%
R=25.89%
G=29.17%
B=44.94%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal87981510.420.3500.41229.6926.8946.67
Hex5762972A23029e61b2f
Octal12714222752430513463357
Binary101011111000101001011110101010001101010011110011011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576297; }

 p { color: rgb(87,98,151); }

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

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

 a { background-color: rgb(87,98,151); }

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

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

 span { border-color: rgb(87,98,151); }

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