Html Css Color HEX #595898 Governor Bay

📋 copy color: '#595898'

red 89 ◦ green 88 ◦ blue 152

#595898
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Governor Bay #595898

Tints of Governor Bay #595898

RGB

 RED value IS 89 (35.16% from 255) = 27.05%

 GREEN value IS 88 (34.77% from 255) = 26.75%

 BLUE value IS 152 (59.77% from 255) = 46.2%

R = 27.05%
G = 26.75%
B = 46.2%

CMYK

 C value IS 0.41

 M value IS 0.42

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#595898 (or 0x595898) is known color: Governor Bay. HEX triplet: 59, 58 and 98. RGB value is (89,88,152). Sum of RGB (Red+Green+Blue) = 89+88+152=329 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.05% from 329); Green value is 88 (34.77% from 255 or 26.75% from 329); Blue value is 152 (59.77% from 255 or 46.20% from 329); Max value from RGB is 152 - color contains mainly: blue. Hex color #595898 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595898 is #A6A767. Grayscale: #5F5F5F. Windows color (decimal): -10921832 or 9984089. OLE color: 9984089.

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

Color convert

RGB 89 88 152 -
CMYK 0.41 0.42 0 0.40
HSL 240.94º 0.27% 0.47% -
HSV(B) 240.94º 0.42% 0.6% -
XYZ 13.28 11.37 31.2 -
YUV 95.6 159.83 123.3 -
System Red Green Blue C M Y K H S L
Decimal 89 88 152 0.41 0.42 0 0.40 240.94 0.27 0.47
Hex 59 58 98 29 2A 0 28 F1 1B 2F
Octal 131 130 230 51 52 0 50 361 33 57
Binary 1011001 1011000 10011000 101001 101010 0 101000 11110001 11011 101111

Color Harmonies of #595898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595898

Black with #595898

Text Example


Text Example

White with #595898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595898; }

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

 H1.HeaderClassName
 {
   color: #595898;
 }
 .AnyTagClassName
 {
   color: #595898;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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