#595F94

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

Shades of Governor Bay #595F94

Tints of Governor Bay #595F94

Color information

#595F94 (or 0x595F94) is unknown color: approx Governor Bay. HEX triplet: 59, 5F and 94. RGB value is (89,95,148). Sum of RGB (Red+Green+Blue) = 89+95+148=332 (43% of max value = 765). Red value is 89 (35.16% from 255 or 26.81% from 332); Green value is 95 (37.5% from 255 or 28.61% from 332); Blue value is 148 (58.20% from 255 or 44.58% from 332); Max value from RGB is 148 - color contains mainly: blue. Hex color #595F94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595F94 is #A6A06B. Grayscale: #636363. Windows color (decimal): -10920044 or 9723737. OLE color: 9723737.

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

Color convert

RGB8995148-
CMYK0.400.3600.42
HSL233.9º24.89%46.47%-
HSV(B)233.9º39.86%58.04%-
XYZ13.5612.4529.7-
YUV99.25155.51120.69-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.81%
GREEN value IS 95 (37.5% from 255) = 28.61%
BLUE value IS 148 (58.20% from 255) = 44.58%
R=26.81%
G=28.61%
B=44.58%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal89951480.400.3600.42233.924.8946.47
Hex595F94282402Aea192e
Octal13113722450440523523156
Binary101100110111111001010010100010010001010101110101011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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