Html Css Color HEX #595690 Governor Bay

📋 copy color: '#595690'

red 89 ◦ green 86 ◦ blue 144

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

Shades of Governor Bay #595690

Tints of Governor Bay #595690

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.96%

 BLUE value IS 144 (56.64% from 255) = 45.14%

R = 27.9%
G = 26.96%
B = 45.14%

CMYK

 C value IS 0.38

 M value IS 0.40

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#595690 (or 0x595690) is known color: Governor Bay. HEX triplet: 59, 56 and 90. RGB value is (89,86,144). Sum of RGB (Red+Green+Blue) = 89+86+144=319 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.90% from 319); Green value is 86 (33.98% from 255 or 26.96% from 319); Blue value is 144 (56.64% from 255 or 45.14% from 319); Max value from RGB is 144 - color contains mainly: blue. Hex color #595690 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595690 is #A6A96F. Grayscale: #5D5D5D. Windows color (decimal): -10922352 or 9459289. OLE color: 9459289.

HSL color Cylindrical-coordinate representation of color #595690: hue angle of 243.1º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #595690 is Cyan = 0.38, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 89 86 144 -
CMYK 0.38 0.40 0 0.44
HSL 243.1º 0.25% 0.45% -
HSV(B) 243.1º 0.4% 0.56% -
XYZ 12.48 10.79 27.81 -
YUV 93.51 156.49 124.78 -
System Red Green Blue C M Y K H S L
Decimal 89 86 144 0.38 0.40 0 0.44 243.1 0.25 0.45
Hex 59 56 90 26 28 0 2C F3 19 2D
Octal 131 126 220 46 50 0 54 363 31 55
Binary 1011001 1010110 10010000 100110 101000 0 101100 11110011 11001 101101

Color Harmonies of #595690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595690

Black with #595690

Text Example


Text Example

White with #595690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595690; }

 p { color: rgb(89,86,144); }

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

background-color css

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

 a { background-color: rgb(89,86,144); }

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

border-color css

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

 span { border-color: rgb(89,86,144); }

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