Html Css Color HEX #596F8E Kashmir Blue

📋 copy color: '#596F8E'

red 89 ◦ green 111 ◦ blue 142

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

Shades of Kashmir Blue #596F8E

Tints of Kashmir Blue #596F8E

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.46%

 BLUE value IS 142 (55.86% from 255) = 41.52%

R = 26.02%
G = 32.46%
B = 41.52%

CMYK

 C value IS 0.37

 M value IS 0.22

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#596F8E (or 0x596F8E) is known color: Kashmir Blue. HEX triplet: 59, 6F and 8E. RGB value is (89,111,142). Sum of RGB (Red+Green+Blue) = 89+111+142=342 (45% of max value = 765). Red value is 89 (35.16% from 255 or 26.02% from 342); Green value is 111 (43.75% from 255 or 32.46% from 342); Blue value is 142 (55.86% from 255 or 41.52% from 342); Max value from RGB is 142 - color contains mainly: blue. Hex color #596F8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596F8E is #A69071. Grayscale: #6B6B6B. Windows color (decimal): -10915954 or 9334617. OLE color: 9334617.

HSL color Cylindrical-coordinate representation of color #596F8E: hue angle of 215.09º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #596F8E is Cyan = 0.37, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 89 111 142 -
CMYK 0.37 0.22 0 0.44
HSL 215.09º 0.23% 0.45% -
HSV(B) 215.09º 0.37% 0.56% -
XYZ 14.69 15.45 27.8 -
YUV 107.96 147.21 114.48 -
System Red Green Blue C M Y K H S L
Decimal 89 111 142 0.37 0.22 0 0.44 215.09 0.23 0.45
Hex 59 6F 8E 25 16 0 2C D7 17 2D
Octal 131 157 216 45 26 0 54 327 27 55
Binary 1011001 1101111 10001110 100101 10110 0 101100 11010111 10111 101101

Color Harmonies of #596F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596F8E

Black with #596F8E

Text Example


Text Example

White with #596F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596F8E; }

 p { color: rgb(89,111,142); }

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

background-color css

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

 a { background-color: rgb(89,111,142); }

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

border-color css

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

 span { border-color: rgb(89,111,142); }

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