Html Css Color HEX #595B9D Governor Bay

📋 copy color: '#595B9D'

red 89 ◦ green 91 ◦ blue 157

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

Shades of Governor Bay #595B9D

Tints of Governor Bay #595B9D

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27%

 BLUE value IS 157 (61.72% from 255) = 46.59%

R = 26.41%
G = 27%
B = 46.59%

CMYK

 C value IS 0.43

 M value IS 0.42

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#595B9D (or 0x595B9D) is known color: Governor Bay. HEX triplet: 59, 5B and 9D. RGB value is (89,91,157). Sum of RGB (Red+Green+Blue) = 89+91+157=337 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.41% from 337); Green value is 91 (35.94% from 255 or 27.00% from 337); Blue value is 157 (61.72% from 255 or 46.59% from 337); Max value from RGB is 157 - color contains mainly: blue. Hex color #595B9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595B9D is #A6A462. Grayscale: #616161. Windows color (decimal): -10921059 or 10312537. OLE color: 10312537.

HSL color Cylindrical-coordinate representation of color #595B9D: hue angle of 238.24º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #595B9D is Cyan = 0.43, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 89 91 157 -
CMYK 0.43 0.42 0 0.38
HSL 238.24º 0.28% 0.48% -
HSV(B) 238.24º 0.43% 0.62% -
XYZ 13.95 12.04 33.49 -
YUV 97.93 161.34 121.63 -
System Red Green Blue C M Y K H S L
Decimal 89 91 157 0.43 0.42 0 0.38 238.24 0.28 0.48
Hex 59 5B 9D 2B 2A 0 26 EE 1C 30
Octal 131 133 235 53 52 0 46 356 34 60
Binary 1011001 1011011 10011101 101011 101010 0 100110 11101110 11100 110000

Color Harmonies of #595B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595B9D

Black with #595B9D

Text Example


Text Example

White with #595B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,91,157); }

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

background-color css

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

 a { background-color: rgb(89,91,157); }

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

border-color css

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

 span { border-color: rgb(89,91,157); }

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