#595096

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

Shades of Governor Bay #595096

Tints of Governor Bay #595096

Color information

#595096 (or 0x595096) is unknown color: approx Governor Bay. HEX triplet: 59, 50 and 96. RGB value is (89,80,150). Sum of RGB (Red+Green+Blue) = 89+80+150=319 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.90% from 319); Green value is 80 (31.64% from 255 or 25.08% from 319); Blue value is 150 (58.98% from 255 or 47.02% from 319); Max value from RGB is 150 - color contains mainly: blue. Hex color #595096 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595096 is #A6AF69. Grayscale: #5A5A5A. Windows color (decimal): -10923882 or 9850969. OLE color: 9850969.

HSL color Cylindrical-coordinate representation of color #595096: hue angle of 247.71º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #595096 is Cyan = 0.41, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB8980150-
CMYK0.410.4700.41
HSL247.71º30.43%45.1%-
HSV(B)247.71º46.67%58.82%-
XYZ12.4910.0630.14-
YUV90.67161.48126.81-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.90%
GREEN value IS 80 (31.64% from 255) = 25.08%
BLUE value IS 150 (58.98% from 255) = 47.02%
R=27.90%
G=25.08%
B=47.02%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal89801500.410.4700.41247.7130.4345.1
Hex595096292F029f81e2d
Octal13112022651570513703655
Binary101100110100001001011010100110111101010011111100011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595096; }

 p { color: rgb(89,80,150); }

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

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

 a { background-color: rgb(89,80,150); }

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

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

 span { border-color: rgb(89,80,150); }

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