Html Css Color HEX #596090 Governor Bay

📋 copy color: '#596090'

red 89 ◦ green 96 ◦ blue 144

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

Shades of Governor Bay #596090

Tints of Governor Bay #596090

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.18%

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

R = 27.05%
G = 29.18%
B = 43.77%

CMYK

 C value IS 0.38

 M value IS 0.33

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#596090 (or 0x596090) is known color: Governor Bay. HEX triplet: 59, 60 and 90. RGB value is (89,96,144). Sum of RGB (Red+Green+Blue) = 89+96+144=329 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.05% from 329); Green value is 96 (37.89% from 255 or 29.18% from 329); Blue value is 144 (56.64% from 255 or 43.77% from 329); Max value from RGB is 144 - color contains mainly: blue. Hex color #596090 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596090 is #A69F6F. Grayscale: #636363. Windows color (decimal): -10919792 or 9461849. OLE color: 9461849.

HSL color Cylindrical-coordinate representation of color #596090: hue angle of 232.36º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #596090 is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 89 96 144 -
CMYK 0.38 0.33 0 0.44
HSL 232.36º 0.24% 0.46% -
HSV(B) 232.36º 0.38% 0.56% -
XYZ 13.34 12.5 28.1 -
YUV 99.38 153.18 120.6 -
System Red Green Blue C M Y K H S L
Decimal 89 96 144 0.38 0.33 0 0.44 232.36 0.24 0.46
Hex 59 60 90 26 21 0 2C E8 18 2E
Octal 131 140 220 46 41 0 54 350 30 56
Binary 1011001 1100000 10010000 100110 100001 0 101100 11101000 11000 101110

Color Harmonies of #596090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596090

Black with #596090

Text Example


Text Example

White with #596090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596090; }

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

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

background-color css

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

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

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

border-color css

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

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

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