#575496

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

Shades of Governor Bay #575496

Tints of Governor Bay #575496

Color information

#575496 (or 0x575496) is unknown color: approx Governor Bay. HEX triplet: 57, 54 and 96. RGB value is (87,84,150). Sum of RGB (Red+Green+Blue) = 87+84+150=321 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.10% from 321); Green value is 84 (33.20% from 255 or 26.17% from 321); Blue value is 150 (58.98% from 255 or 46.73% from 321); Max value from RGB is 150 - color contains mainly: blue. Hex color #575496 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575496 is #A8AB69. Grayscale: #5C5C5C. Windows color (decimal): -11053930 or 9851991. OLE color: 9851991.

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

Color convert

RGB8784150-
CMYK0.420.4400.41
HSL242.73º28.21%45.88%-
HSV(B)242.73º44%58.82%-
XYZ12.6110.5730.23-
YUV92.42160.49124.13-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.10%
GREEN value IS 84 (33.20% from 255) = 26.17%
BLUE value IS 150 (58.98% from 255) = 46.73%
R=27.10%
G=26.17%
B=46.73%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal87841500.420.4400.41242.7328.2145.88
Hex5754962A2C029f31c2e
Octal12712422652540513633456
Binary101011110101001001011010101010110001010011111001111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575496; }

 p { color: rgb(87,84,150); }

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

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

 a { background-color: rgb(87,84,150); }

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

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

 span { border-color: rgb(87,84,150); }

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