#576295

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

Shades of Governor Bay #576295

Tints of Governor Bay #576295

Color information

#576295 (or 0x576295) is unknown color: approx Governor Bay. HEX triplet: 57, 62 and 95. RGB value is (87,98,149). Sum of RGB (Red+Green+Blue) = 87+98+149=334 (44% of max value = 765). Red value is 87 (34.38% from 255 or 26.05% from 334); Green value is 98 (38.67% from 255 or 29.34% from 334); Blue value is 149 (58.59% from 255 or 44.61% from 334); Max value from RGB is 149 - color contains mainly: blue. Hex color #576295 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576295 is #A89D6A. Grayscale: #646464. Windows color (decimal): -11050347 or 9790039. OLE color: 9790039.

HSL color Cylindrical-coordinate representation of color #576295: hue angle of 229.35º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #576295 is Cyan = 0.42, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8798149-
CMYK0.420.3400.42
HSL229.35º26.27%46.27%-
HSV(B)229.35º41.61%58.43%-
XYZ13.7212.9330.21-
YUV100.52155.36118.35-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.05%
GREEN value IS 98 (38.67% from 255) = 29.34%
BLUE value IS 149 (58.59% from 255) = 44.61%
R=26.05%
G=29.34%
B=44.61%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal87981490.420.3400.42229.3526.2746.27
Hex5762952A2202Ae51a2e
Octal12714222552420523453256
Binary101011111000101001010110101010001001010101110010111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576295; }

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

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

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

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

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

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

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

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