#595F8E

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

Shades of Governor Bay #595F8E

Tints of Governor Bay #595F8E

Color information

#595F8E (or 0x595F8E) is unknown color: approx Governor Bay. HEX triplet: 59, 5F and 8E. RGB value is (89,95,142). Sum of RGB (Red+Green+Blue) = 89+95+142=326 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.30% from 326); Green value is 95 (37.5% from 255 or 29.14% from 326); Blue value is 142 (55.86% from 255 or 43.56% from 326); Max value from RGB is 142 - color contains mainly: blue. Hex color #595F8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595F8E is #A6A071. Grayscale: #626262. Windows color (decimal): -10920050 or 9330521. OLE color: 9330521.

HSL color Cylindrical-coordinate representation of color #595F8E: hue angle of 233.21º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #595F8E is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8995142-
CMYK0.370.3300.44
HSL233.21º22.94%45.29%-
HSV(B)233.21º37.32%55.69%-
XYZ13.0912.2627.27-
YUV98.56152.51121.18-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.30%
GREEN value IS 95 (37.5% from 255) = 29.14%
BLUE value IS 142 (55.86% from 255) = 43.56%
R=27.30%
G=29.14%
B=43.56%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal89951420.370.3300.44233.2122.9445.29
Hex595F8E252102Ce9172d
Octal13113721645410543512755
Binary101100110111111000111010010110000101011001110100110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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