Html Css Color HEX #596C8C Kashmir Blue

📋 copy color: '#596C8C'

red 89 ◦ green 108 ◦ blue 140

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

Shades of Kashmir Blue #596C8C

Tints of Kashmir Blue #596C8C

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.05%

 BLUE value IS 140 (55.08% from 255) = 41.54%

R = 26.41%
G = 32.05%
B = 41.54%

CMYK

 C value IS 0.36

 M value IS 0.23

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#596C8C (or 0x596C8C) is known color: Kashmir Blue. HEX triplet: 59, 6C and 8C. RGB value is (89,108,140). Sum of RGB (Red+Green+Blue) = 89+108+140=337 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.41% from 337); Green value is 108 (42.58% from 255 or 32.05% from 337); Blue value is 140 (55.08% from 255 or 41.54% from 337); Max value from RGB is 140 - color contains mainly: blue. Hex color #596C8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596C8C is #A69373. Grayscale: #696969. Windows color (decimal): -10916724 or 9202777. OLE color: 9202777.

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

Color convert

RGB 89 108 140 -
CMYK 0.36 0.23 0 0.45
HSL 217.65º 0.22% 0.45% -
HSV(B) 217.65º 0.36% 0.55% -
XYZ 14.22 14.74 26.91 -
YUV 105.97 147.21 115.9 -
System Red Green Blue C M Y K H S L
Decimal 89 108 140 0.36 0.23 0 0.45 217.65 0.22 0.45
Hex 59 6C 8C 24 17 0 2D DA 16 2D
Octal 131 154 214 44 27 0 55 332 26 55
Binary 1011001 1101100 10001100 100100 10111 0 101101 11011010 10110 101101

Color Harmonies of #596C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596C8C

Black with #596C8C

Text Example


Text Example

White with #596C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,108,140); }

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

background-color css

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

 a { background-color: rgb(89,108,140); }

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

border-color css

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

 span { border-color: rgb(89,108,140); }

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