Html Css Color HEX #596785 Kashmir Blue

📋 copy color: '#596785'

red 89 ◦ green 103 ◦ blue 133

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

Shades of Kashmir Blue #596785

Tints of Kashmir Blue #596785

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.69%

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

R = 27.38%
G = 31.69%
B = 40.92%

CMYK

 C value IS 0.33

 M value IS 0.23

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#596785 (or 0x596785) is known color: Kashmir Blue. HEX triplet: 59, 67 and 85. RGB value is (89,103,133). Sum of RGB (Red+Green+Blue) = 89+103+133=325 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.38% from 325); Green value is 103 (40.62% from 255 or 31.69% from 325); Blue value is 133 (52.34% from 255 or 40.92% from 325); Max value from RGB is 133 - color contains mainly: blue. Hex color #596785 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596785 is #A6987A. Grayscale: #666666. Windows color (decimal): -10918011 or 8742745. OLE color: 8742745.

HSL color Cylindrical-coordinate representation of color #596785: hue angle of 220.91º 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 #596785 is Cyan = 0.33, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 89 103 133 -
CMYK 0.33 0.23 0 0.48
HSL 220.91º 0.2% 0.44% -
HSV(B) 220.91º 0.33% 0.52% -
XYZ 13.2 13.52 24.1 -
YUV 102.23 145.36 118.56 -
System Red Green Blue C M Y K H S L
Decimal 89 103 133 0.33 0.23 0 0.48 220.91 0.2 0.44
Hex 59 67 85 21 17 0 30 DD 14 2C
Octal 131 147 205 41 27 0 60 335 24 54
Binary 1011001 1100111 10000101 100001 10111 0 110000 11011101 10100 101100

Color Harmonies of #596785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596785

Black with #596785

Text Example


Text Example

White with #596785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596785; }

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

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

background-color css

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

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

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

border-color css

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

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

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