#595C93

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

Shades of Governor Bay #595C93

Tints of Governor Bay #595C93

Color information

#595C93 (or 0x595C93) is unknown color: approx Governor Bay. HEX triplet: 59, 5C and 93. RGB value is (89,92,147). Sum of RGB (Red+Green+Blue) = 89+92+147=328 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.13% from 328); Green value is 92 (36.33% from 255 or 28.05% from 328); Blue value is 147 (57.81% from 255 or 44.82% from 328); Max value from RGB is 147 - color contains mainly: blue. Hex color #595C93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595C93 is #A6A36C. Grayscale: #616161. Windows color (decimal): -10920813 or 9657433. OLE color: 9657433.

HSL color Cylindrical-coordinate representation of color #595C93: hue angle of 236.9º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #595C93 is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8992147-
CMYK0.390.3700.42
HSL236.9º24.58%46.27%-
HSV(B)236.9º39.46%57.65%-
XYZ13.2111.8829.2-
YUV97.37156.01122.03-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.13%
GREEN value IS 92 (36.33% from 255) = 28.05%
BLUE value IS 147 (57.81% from 255) = 44.82%
R=27.13%
G=28.05%
B=44.82%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal89921470.390.3700.42236.924.5846.27
Hex595C93272502Aed192e
Octal13113422347450523553156
Binary101100110111001001001110011110010101010101110110111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,92,147); }

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

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

 a { background-color: rgb(89,92,147); }

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

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

 span { border-color: rgb(89,92,147); }

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