Html Css Color HEX #596183 Waikawa Grey

📋 copy color: '#596183'

red 89 ◦ green 97 ◦ blue 131

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

Shades of Waikawa Grey #596183

Tints of Waikawa Grey #596183

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.6%

 BLUE value IS 131 (51.56% from 255) = 41.32%

R = 28.08%
G = 30.6%
B = 41.32%

CMYK

 C value IS 0.32

 M value IS 0.26

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#596183 (or 0x596183) is known color: Waikawa Grey. HEX triplet: 59, 61 and 83. RGB value is (89,97,131). Sum of RGB (Red+Green+Blue) = 89+97+131=317 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.08% from 317); Green value is 97 (38.28% from 255 or 30.60% from 317); Blue value is 131 (51.56% from 255 or 41.32% from 317); Max value from RGB is 131 - color contains mainly: blue. Hex color #596183 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596183 is #A69E7C. Grayscale: #626262. Windows color (decimal): -10919549 or 8610137. OLE color: 8610137.

HSL color Cylindrical-coordinate representation of color #596183: hue angle of 228.57º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #596183 is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 89 97 131 -
CMYK 0.32 0.26 0 0.49
HSL 228.57º 0.19% 0.43% -
HSV(B) 228.57º 0.32% 0.51% -
XYZ 12.49 12.31 23.19 -
YUV 98.48 146.35 121.24 -
System Red Green Blue C M Y K H S L
Decimal 89 97 131 0.32 0.26 0 0.49 228.57 0.19 0.43
Hex 59 61 83 20 1A 0 31 E5 13 2B
Octal 131 141 203 40 32 0 61 345 23 53
Binary 1011001 1100001 10000011 100000 11010 0 110001 11100101 10011 101011

Color Harmonies of #596183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596183

Black with #596183

Text Example


Text Example

White with #596183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596183; }

 p { color: rgb(89,97,131); }

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

background-color css

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

 a { background-color: rgb(89,97,131); }

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

border-color css

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

 span { border-color: rgb(89,97,131); }

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