#595F9D

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

Shades of Governor Bay #595F9D

Tints of Governor Bay #595F9D

Color information

#595F9D (or 0x595F9D) is unknown color: approx Governor Bay. HEX triplet: 59, 5F and 9D. RGB value is (89,95,157). Sum of RGB (Red+Green+Blue) = 89+95+157=341 (45% of max value = 765). Red value is 89 (35.16% from 255 or 26.10% from 341); Green value is 95 (37.5% from 255 or 27.86% from 341); Blue value is 157 (61.72% from 255 or 46.04% from 341); Max value from RGB is 157 - color contains mainly: blue. Hex color #595F9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595F9D is #A6A062. Grayscale: #646464. Windows color (decimal): -10920035 or 10313561. OLE color: 10313561.

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

Color convert

RGB8995157-
CMYK0.430.3900.38
HSL234.71º27.64%48.24%-
HSV(B)234.71º43.31%61.57%-
XYZ14.312.7433.6-
YUV100.27160.01119.96-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.10%
GREEN value IS 95 (37.5% from 255) = 27.86%
BLUE value IS 157 (61.72% from 255) = 46.04%
R=26.10%
G=27.86%
B=46.04%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal89951570.430.3900.38234.7127.6448.24
Hex595F9D2B27026eb1c30
Octal13113723553470463533460
Binary101100110111111001110110101110011101001101110101111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,95,157); }

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

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

 a { background-color: rgb(89,95,157); }

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

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

 span { border-color: rgb(89,95,157); }

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