Html Css Color HEX #596A85 Kashmir Blue

📋 copy color: '#596A85'

red 89 ◦ green 106 ◦ blue 133

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

Shades of Kashmir Blue #596A85

Tints of Kashmir Blue #596A85

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.32%

 BLUE value IS 133 (52.34% from 255) = 40.55%

R = 27.13%
G = 32.32%
B = 40.55%

CMYK

 C value IS 0.33

 M value IS 0.20

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#596A85 (or 0x596A85) is known color: Kashmir Blue. HEX triplet: 59, 6A and 85. RGB value is (89,106,133). Sum of RGB (Red+Green+Blue) = 89+106+133=328 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.13% from 328); Green value is 106 (41.80% from 255 or 32.32% from 328); Blue value is 133 (52.34% from 255 or 40.55% from 328); Max value from RGB is 133 - color contains mainly: blue. Hex color #596A85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596A85 is #A6957A. Grayscale: #676767. Windows color (decimal): -10917243 or 8743513. OLE color: 8743513.

HSL color Cylindrical-coordinate representation of color #596A85: hue angle of 216.82º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #596A85 is Cyan = 0.33, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 89 106 133 -
CMYK 0.33 0.20 0 0.48
HSL 216.82º 0.2% 0.44% -
HSV(B) 216.82º 0.33% 0.52% -
XYZ 13.51 14.13 24.2 -
YUV 104 144.37 117.3 -
System Red Green Blue C M Y K H S L
Decimal 89 106 133 0.33 0.20 0 0.48 216.82 0.2 0.44
Hex 59 6A 85 21 14 0 30 D9 14 2C
Octal 131 152 205 41 24 0 60 331 24 54
Binary 1011001 1101010 10000101 100001 10100 0 110000 11011001 10100 101100

Color Harmonies of #596A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596A85

Black with #596A85

Text Example


Text Example

White with #596A85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,106,133); }

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

background-color css

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

 a { background-color: rgb(89,106,133); }

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

border-color css

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

 span { border-color: rgb(89,106,133); }

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