#595692

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

Shades of Governor Bay #595692

Tints of Governor Bay #595692

Color information

#595692 (or 0x595692) is unknown color: approx Governor Bay. HEX triplet: 59, 56 and 92. RGB value is (89,86,146). Sum of RGB (Red+Green+Blue) = 89+86+146=321 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.73% from 321); Green value is 86 (33.98% from 255 or 26.79% from 321); Blue value is 146 (57.42% from 255 or 45.48% from 321); Max value from RGB is 146 - color contains mainly: blue. Hex color #595692 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595692 is #A6A96D. Grayscale: #5D5D5D. Windows color (decimal): -10922350 or 9590361. OLE color: 9590361.

HSL color Cylindrical-coordinate representation of color #595692: hue angle of 243º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #595692 is Cyan = 0.39, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8986146-
CMYK0.390.4100.43
HSL243º25.86%45.49%-
HSV(B)243º41.1%57.25%-
XYZ12.6410.8528.62-
YUV93.74157.49124.62-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.73%
GREEN value IS 86 (33.98% from 255) = 26.79%
BLUE value IS 146 (57.42% from 255) = 45.48%
R=27.73%
G=26.79%
B=45.48%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal89861460.390.4100.4324325.8645.49
Hex595692272902Bf31a2d
Octal13112622247510533633255
Binary101100110101101001001010011110100101010111111001111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595692; }

 p { color: rgb(89,86,146); }

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

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

 a { background-color: rgb(89,86,146); }

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

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

 span { border-color: rgb(89,86,146); }

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