Html Css Color HEX #596390 Waikawa Grey

📋 copy color: '#596390'

red 89 ◦ green 99 ◦ blue 144

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

Shades of Waikawa Grey #596390

Tints of Waikawa Grey #596390

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.82%

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

R = 26.81%
G = 29.82%
B = 43.37%

CMYK

 C value IS 0.38

 M value IS 0.31

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#596390 (or 0x596390) is known color: Waikawa Grey. HEX triplet: 59, 63 and 90. RGB value is (89,99,144). Sum of RGB (Red+Green+Blue) = 89+99+144=332 (43% of max value = 765). Red value is 89 (35.16% from 255 or 26.81% from 332); Green value is 99 (39.06% from 255 or 29.82% from 332); Blue value is 144 (56.64% from 255 or 43.37% from 332); Max value from RGB is 144 - color contains mainly: blue. Hex color #596390 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596390 is #A69C6F. Grayscale: #646464. Windows color (decimal): -10919024 or 9462617. OLE color: 9462617.

HSL color Cylindrical-coordinate representation of color #596390: hue angle of 229.09º 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 #596390 is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 89 99 144 -
CMYK 0.38 0.31 0 0.44
HSL 229.09º 0.24% 0.46% -
HSV(B) 229.09º 0.38% 0.56% -
XYZ 13.62 13.06 28.19 -
YUV 101.14 152.19 119.34 -
System Red Green Blue C M Y K H S L
Decimal 89 99 144 0.38 0.31 0 0.44 229.09 0.24 0.46
Hex 59 63 90 26 1F 0 2C E5 18 2E
Octal 131 143 220 46 37 0 54 345 30 56
Binary 1011001 1100011 10010000 100110 11111 0 101100 11100101 11000 101110

Color Harmonies of #596390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596390

Black with #596390

Text Example


Text Example

White with #596390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596390; }

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

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

background-color css

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

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

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

border-color css

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

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

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