#576093

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

Shades of Governor Bay #576093

Tints of Governor Bay #576093

Color information

#576093 (or 0x576093) is unknown color: approx Governor Bay. HEX triplet: 57, 60 and 93. RGB value is (87,96,147). Sum of RGB (Red+Green+Blue) = 87+96+147=330 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.36% from 330); Green value is 96 (37.89% from 255 or 29.09% from 330); Blue value is 147 (57.81% from 255 or 44.55% from 330); Max value from RGB is 147 - color contains mainly: blue. Hex color #576093 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576093 is #A89F6C. Grayscale: #626262. Windows color (decimal): -11050861 or 9658455. OLE color: 9658455.

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

Color convert

RGB8796147-
CMYK0.410.3500.42
HSL231º25.64%45.88%-
HSV(B)231º40.82%57.65%-
XYZ13.3812.529.31-
YUV99.12155.02119.35-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.36%
GREEN value IS 96 (37.89% from 255) = 29.09%
BLUE value IS 147 (57.81% from 255) = 44.55%
R=26.36%
G=29.09%
B=44.55%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal87961470.410.3500.4223125.6445.88
Hex576093292302Ae71a2e
Octal12714022351430523473256
Binary101011111000001001001110100110001101010101110011111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576093; }

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

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

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

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

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

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

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

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