Html Css Color HEX #595A8A Governor Bay

📋 copy color: '#595A8A'

red 89 ◦ green 90 ◦ blue 138

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

Shades of Governor Bay #595A8A

Tints of Governor Bay #595A8A

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.39%

 BLUE value IS 138 (54.3% from 255) = 43.53%

R = 28.08%
G = 28.39%
B = 43.53%

CMYK

 C value IS 0.36

 M value IS 0.35

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#595A8A (or 0x595A8A) is known color: Governor Bay. HEX triplet: 59, 5A and 8A. RGB value is (89,90,138). Sum of RGB (Red+Green+Blue) = 89+90+138=317 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.08% from 317); Green value is 90 (35.55% from 255 or 28.39% from 317); Blue value is 138 (54.30% from 255 or 43.53% from 317); Max value from RGB is 138 - color contains mainly: blue. Hex color #595A8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595A8A is #A6A575. Grayscale: #5E5E5E. Windows color (decimal): -10921334 or 9067097. OLE color: 9067097.

HSL color Cylindrical-coordinate representation of color #595A8A: hue angle of 238.78º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #595A8A is Cyan = 0.36, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 89 90 138 -
CMYK 0.36 0.35 0 0.46
HSL 238.78º 0.22% 0.45% -
HSV(B) 238.78º 0.36% 0.54% -
XYZ 12.36 11.27 25.57 -
YUV 95.17 152.17 123.6 -
System Red Green Blue C M Y K H S L
Decimal 89 90 138 0.36 0.35 0 0.46 238.78 0.22 0.45
Hex 59 5A 8A 24 23 0 2E EF 16 2D
Octal 131 132 212 44 43 0 56 357 26 55
Binary 1011001 1011010 10001010 100100 100011 0 101110 11101111 10110 101101

Color Harmonies of #595A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595A8A

Black with #595A8A

Text Example


Text Example

White with #595A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,90,138); }

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

background-color css

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

 a { background-color: rgb(89,90,138); }

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

border-color css

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

 span { border-color: rgb(89,90,138); }

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