#595792

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

Shades of Governor Bay #595792

Tints of Governor Bay #595792

Color information

#595792 (or 0x595792) is unknown color: approx Governor Bay. HEX triplet: 59, 57 and 92. RGB value is (89,87,146). Sum of RGB (Red+Green+Blue) = 89+87+146=322 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.64% from 322); Green value is 87 (34.38% from 255 or 27.02% from 322); Blue value is 146 (57.42% from 255 or 45.34% from 322); Max value from RGB is 146 - color contains mainly: blue. Hex color #595792 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595792 is #A6A86D. Grayscale: #5E5E5E. Windows color (decimal): -10922094 or 9590617. OLE color: 9590617.

HSL color Cylindrical-coordinate representation of color #595792: hue angle of 242.03º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #595792 is Cyan = 0.39, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8987146-
CMYK0.390.4000.43
HSL242.03º25.32%45.69%-
HSV(B)242.03º40.41%57.25%-
XYZ12.7211.0228.65-
YUV94.32157.16124.2-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.64%
GREEN value IS 87 (34.38% from 255) = 27.02%
BLUE value IS 146 (57.42% from 255) = 45.34%
R=27.64%
G=27.02%
B=45.34%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal89871460.390.4000.43242.0325.3245.69
Hex595792272802Bf2192e
Octal13112722247500533623156
Binary101100110101111001001010011110100001010111111001011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595792; }

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

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

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

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

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

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

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

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