Html Css Color HEX #596F8B Kashmir Blue

📋 copy color: '#596F8B'

red 89 ◦ green 111 ◦ blue 139

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

Shades of Kashmir Blue #596F8B

Tints of Kashmir Blue #596F8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 41%

R = 26.25%
G = 32.74%
B = 41%

CMYK

 C value IS 0.36

 M value IS 0.20

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#596F8B (or 0x596F8B) is known color: Kashmir Blue. HEX triplet: 59, 6F and 8B. RGB value is (89,111,139). Sum of RGB (Red+Green+Blue) = 89+111+139=339 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.25% from 339); Green value is 111 (43.75% from 255 or 32.74% from 339); Blue value is 139 (54.69% from 255 or 41.00% from 339); Max value from RGB is 139 - color contains mainly: blue. Hex color #596F8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596F8B is #A69074. Grayscale: #6B6B6B. Windows color (decimal): -10915957 or 9138009. OLE color: 9138009.

HSL color Cylindrical-coordinate representation of color #596F8B: hue angle of 213.6º 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 #596F8B is Cyan = 0.36, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 89 111 139 -
CMYK 0.36 0.20 0 0.45
HSL 213.6º 0.22% 0.45% -
HSV(B) 213.6º 0.36% 0.55% -
XYZ 14.46 15.36 26.63 -
YUV 107.61 145.71 114.72 -
System Red Green Blue C M Y K H S L
Decimal 89 111 139 0.36 0.20 0 0.45 213.6 0.22 0.45
Hex 59 6F 8B 24 14 0 2D D6 16 2D
Octal 131 157 213 44 24 0 55 326 26 55
Binary 1011001 1101111 10001011 100100 10100 0 101101 11010110 10110 101101

Color Harmonies of #596F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596F8B

Black with #596F8B

Text Example


Text Example

White with #596F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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