#576298

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

Shades of Governor Bay #576298

Tints of Governor Bay #576298

Color information

#576298 (or 0x576298) is unknown color: approx Governor Bay. HEX triplet: 57, 62 and 98. RGB value is (87,98,152). Sum of RGB (Red+Green+Blue) = 87+98+152=337 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.82% from 337); Green value is 98 (38.67% from 255 or 29.08% from 337); Blue value is 152 (59.77% from 255 or 45.10% from 337); Max value from RGB is 152 - color contains mainly: blue. Hex color #576298 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576298 is #A89D67. Grayscale: #646464. Windows color (decimal): -11050344 or 9986647. OLE color: 9986647.

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

Color convert

RGB8798152-
CMYK0.430.3600.40
HSL229.85º27.2%46.86%-
HSV(B)229.85º42.76%59.61%-
XYZ13.9713.0331.48-
YUV100.87156.86118.11-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.82%
GREEN value IS 98 (38.67% from 255) = 29.08%
BLUE value IS 152 (59.77% from 255) = 45.10%
R=25.82%
G=29.08%
B=45.10%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal87981520.430.3600.40229.8527.246.86
Hex5762982B24028e61b2f
Octal12714223053440503463357
Binary101011111000101001100010101110010001010001110011011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576298; }

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

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

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

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

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

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

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

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