#595298

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

Shades of Governor Bay #595298

Tints of Governor Bay #595298

Color information

#595298 (or 0x595298) is unknown color: approx Governor Bay. HEX triplet: 59, 52 and 98. RGB value is (89,82,152). Sum of RGB (Red+Green+Blue) = 89+82+152=323 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.55% from 323); Green value is 82 (32.42% from 255 or 25.39% from 323); Blue value is 152 (59.77% from 255 or 47.06% from 323); Max value from RGB is 152 - color contains mainly: blue. Hex color #595298 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595298 is #A6AD67. Grayscale: #5B5B5B. Windows color (decimal): -10923368 or 9982553. OLE color: 9982553.

HSL color Cylindrical-coordinate representation of color #595298: hue angle of 246º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #595298 is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8982152-
CMYK0.410.4600.40
HSL246º29.91%45.88%-
HSV(B)246º46.05%59.61%-
XYZ12.810.4331.04-
YUV92.07161.82125.81-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.55%
GREEN value IS 82 (32.42% from 255) = 25.39%
BLUE value IS 152 (59.77% from 255) = 47.06%
R=27.55%
G=25.39%
B=47.06%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal89821520.410.4600.4024629.9145.88
Hex595298292E028f61e2e
Octal13112223051560503663656
Binary101100110100101001100010100110111001010001111011011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595298; }

 p { color: rgb(89,82,152); }

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

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

 a { background-color: rgb(89,82,152); }

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

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

 span { border-color: rgb(89,82,152); }

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