#576090

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

Shades of Governor Bay #576090

Tints of Governor Bay #576090

Color information

#576090 (or 0x576090) is unknown color: approx Governor Bay. HEX triplet: 57, 60 and 90. RGB value is (87,96,144). Sum of RGB (Red+Green+Blue) = 87+96+144=327 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.61% from 327); Green value is 96 (37.89% from 255 or 29.36% from 327); Blue value is 144 (56.64% from 255 or 44.04% from 327); Max value from RGB is 144 - color contains mainly: blue. Hex color #576090 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576090 is #A89F6F. Grayscale: #626262. Windows color (decimal): -11050864 or 9461847. OLE color: 9461847.

HSL color Cylindrical-coordinate representation of color #576090: hue angle of 230.53º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #576090 is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8796144-
CMYK0.400.3300.44
HSL230.53º24.68%45.29%-
HSV(B)230.53º39.58%56.47%-
XYZ13.1512.4128.09-
YUV98.78153.52119.6-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.61%
GREEN value IS 96 (37.89% from 255) = 29.36%
BLUE value IS 144 (56.64% from 255) = 44.04%
R=26.61%
G=29.36%
B=44.04%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal87961440.400.3300.44230.5324.6845.29
Hex576090282102Ce7192d
Octal12714022050410543473155
Binary101011111000001001000010100010000101011001110011111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576090; }

 p { color: rgb(87,96,144); }

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

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

 a { background-color: rgb(87,96,144); }

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

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

 span { border-color: rgb(87,96,144); }

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