#595D9F

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

Shades of Governor Bay #595D9F

Tints of Governor Bay #595D9F

Color information

#595D9F (or 0x595D9F) is unknown color: approx Governor Bay. HEX triplet: 59, 5D and 9F. RGB value is (89,93,159). Sum of RGB (Red+Green+Blue) = 89+93+159=341 (45% of max value = 765). Red value is 89 (35.16% from 255 or 26.10% from 341); Green value is 93 (36.72% from 255 or 27.27% from 341); Blue value is 159 (62.5% from 255 or 46.63% from 341); Max value from RGB is 159 - color contains mainly: blue. Hex color #595D9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595D9F is #A6A260. Grayscale: #636363. Windows color (decimal): -10920545 or 10444121. OLE color: 10444121.

HSL color Cylindrical-coordinate representation of color #595D9F: hue angle of 236.57º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #595D9F is Cyan = 0.44, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8993159-
CMYK0.440.4200.38
HSL236.57º28.23%48.63%-
HSV(B)236.57º44.03%62.35%-
XYZ14.2912.4634.45-
YUV99.33161.67120.63-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.10%
GREEN value IS 93 (36.72% from 255) = 27.27%
BLUE value IS 159 (62.5% from 255) = 46.63%
R=26.10%
G=27.27%
B=46.63%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal89931590.440.4200.38236.5728.2348.63
Hex595D9F2C2A026ed1c31
Octal13113523754520463553461
Binary101100110111011001111110110010101001001101110110111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595D9F; }

 p { color: rgb(89,93,159); }

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

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

 a { background-color: rgb(89,93,159); }

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

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

 span { border-color: rgb(89,93,159); }

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