Html Css Color HEX #595791 Governor Bay

📋 copy color: '#595791'

red 89 ◦ green 87 ◦ blue 145

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

Shades of Governor Bay #595791

Tints of Governor Bay #595791

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.1%

 BLUE value IS 145 (57.03% from 255) = 45.17%

R = 27.73%
G = 27.1%
B = 45.17%

CMYK

 C value IS 0.39

 M value IS 0.4

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#595791 (or 0x595791) is known color: Governor Bay. HEX triplet: 59, 57 and 91. RGB value is (89,87,145). Sum of RGB (Red+Green+Blue) = 89+87+145=321 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.73% from 321); Green value is 87 (34.38% from 255 or 27.10% from 321); Blue value is 145 (57.03% from 255 or 45.17% from 321); Max value from RGB is 145 - color contains mainly: blue. Hex color #595791 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595791 is #A6A86E. Grayscale: #5D5D5D. Windows color (decimal): -10922095 or 9525081. OLE color: 9525081.

HSL color Cylindrical-coordinate representation of color #595791: hue angle of 242.07º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #595791 is Cyan = 0.39, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 89 87 145 -
CMYK 0.39 0.4 0 0.43
HSL 242.07º 0.25% 0.45% -
HSV(B) 242.07º 0.4% 0.57% -
XYZ 12.64 10.98 28.24 -
YUV 94.21 156.66 124.28 -
System Red Green Blue C M Y K H S L
Decimal 89 87 145 0.39 0.4 0 0.43 242.07 0.25 0.45
Hex 59 57 91 27 28 0 2B F2 19 2D
Octal 131 127 221 47 50 0 53 362 31 55
Binary 1011001 1010111 10010001 100111 101000 0 101011 11110010 11001 101101

Color Harmonies of #595791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595791

Black with #595791

Text Example


Text Example

White with #595791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595791; }

 p { color: rgb(89,87,145); }

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

background-color css

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

 a { background-color: rgb(89,87,145); }

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

border-color css

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

 span { border-color: rgb(89,87,145); }

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