Html Css Color HEX #596381 Kashmir Blue

📋 copy color: '#596381'

red 89 ◦ green 99 ◦ blue 129

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

Shades of Kashmir Blue #596381

Tints of Kashmir Blue #596381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 40.69%

R = 28.08%
G = 31.23%
B = 40.69%

CMYK

 C value IS 0.31

 M value IS 0.23

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#596381 (or 0x596381) is known color: Kashmir Blue. HEX triplet: 59, 63 and 81. RGB value is (89,99,129). Sum of RGB (Red+Green+Blue) = 89+99+129=317 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.08% from 317); Green value is 99 (39.06% from 255 or 31.23% from 317); Blue value is 129 (50.78% from 255 or 40.69% from 317); Max value from RGB is 129 - color contains mainly: blue. Hex color #596381 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596381 is #A69C7E. Grayscale: #636363. Windows color (decimal): -10919039 or 8479577. OLE color: 8479577.

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

Color convert

RGB 89 99 129 -
CMYK 0.31 0.23 0 0.49
HSL 225º 0.18% 0.43% -
HSV(B) 225º 0.31% 0.51% -
XYZ 12.54 12.63 22.55 -
YUV 99.43 144.69 120.56 -
System Red Green Blue C M Y K H S L
Decimal 89 99 129 0.31 0.23 0 0.49 225 0.18 0.43
Hex 59 63 81 1F 17 0 31 E1 12 2B
Octal 131 143 201 37 27 0 61 341 22 53
Binary 1011001 1100011 10000001 11111 10111 0 110001 11100001 10010 101011

Color Harmonies of #596381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596381

Black with #596381

Text Example


Text Example

White with #596381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596381; }

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

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

background-color css

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

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

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

border-color css

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

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

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