Html Css Color HEX #595BA0 Governor Bay

📋 copy color: '#595BA0'

red 89 ◦ green 91 ◦ blue 160

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

Shades of Governor Bay #595BA0

Tints of Governor Bay #595BA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 47.06%

R = 26.18%
G = 26.76%
B = 47.06%

CMYK

 C value IS 0.44

 M value IS 0.43

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#595BA0 (or 0x595BA0) is known color: Governor Bay. HEX triplet: 59, 5B and A0. RGB value is (89,91,160). Sum of RGB (Red+Green+Blue) = 89+91+160=340 (45% of max value = 765). Red value is 89 (35.16% from 255 or 26.18% from 340); Green value is 91 (35.94% from 255 or 26.76% from 340); Blue value is 160 (62.89% from 255 or 47.06% from 340); Max value from RGB is 160 - color contains mainly: blue. Hex color #595BA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595BA0 is #A6A45F. Grayscale: #616161. Windows color (decimal): -10921056 or 10509145. OLE color: 10509145.

HSL color Cylindrical-coordinate representation of color #595BA0: hue angle of 238.31º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #595BA0 is Cyan = 0.44, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 89 91 160 -
CMYK 0.44 0.43 0 0.37
HSL 238.31º 0.29% 0.49% -
HSV(B) 238.31º 0.44% 0.63% -
XYZ 14.21 12.14 34.85 -
YUV 98.27 162.84 121.39 -
System Red Green Blue C M Y K H S L
Decimal 89 91 160 0.44 0.43 0 0.37 238.31 0.29 0.49
Hex 59 5B A0 2C 2B 0 25 EE 1D 31
Octal 131 133 240 54 53 0 45 356 35 61
Binary 1011001 1011011 10100000 101100 101011 0 100101 11101110 11101 110001

Color Harmonies of #595BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595BA0

Black with #595BA0

Text Example


Text Example

White with #595BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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