#575099

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

Shades of Governor Bay #575099

Tints of Governor Bay #575099

Color information

#575099 (or 0x575099) is unknown color: approx Governor Bay. HEX triplet: 57, 50 and 99. RGB value is (87,80,153). Sum of RGB (Red+Green+Blue) = 87+80+153=320 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.19% from 320); Green value is 80 (31.64% from 255 or 25% from 320); Blue value is 153 (60.16% from 255 or 47.81% from 320); Max value from RGB is 153 - color contains mainly: blue. Hex color #575099 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575099 is #A8AF66. Grayscale: #5A5A5A. Windows color (decimal): -11054951 or 10047575. OLE color: 10047575.

HSL color Cylindrical-coordinate representation of color #575099: hue angle of 245.75º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #575099 is Cyan = 0.43, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB8780153-
CMYK0.430.4800.4
HSL245.75º31.33%45.69%-
HSV(B)245.75º47.71%60%-
XYZ12.5510.0631.42-
YUV90.42163.32125.56-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.19%
GREEN value IS 80 (31.64% from 255) = 25%
BLUE value IS 153 (60.16% from 255) = 47.81%
R=27.19%
G=25%
B=47.81%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal87801530.430.4800.4245.7531.3345.69
Hex5750992B30028f61f2e
Octal12712023153600503663756
Binary101011110100001001100110101111000001010001111011011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575099; }

 p { color: rgb(87,80,153); }

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

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

 a { background-color: rgb(87,80,153); }

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

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

 span { border-color: rgb(87,80,153); }

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