Html Css Color HEX #597593 Kashmir Blue

📋 copy color: '#597593'

red 89 ◦ green 117 ◦ blue 147

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

Shades of Kashmir Blue #597593

Tints of Kashmir Blue #597593

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.14%

 BLUE value IS 147 (57.81% from 255) = 41.64%

R = 25.21%
G = 33.14%
B = 41.64%

CMYK

 C value IS 0.39

 M value IS 0.20

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#597593 (or 0x597593) is known color: Kashmir Blue. HEX triplet: 59, 75 and 93. RGB value is (89,117,147). Sum of RGB (Red+Green+Blue) = 89+117+147=353 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.21% from 353); Green value is 117 (46.09% from 255 or 33.14% from 353); Blue value is 147 (57.81% from 255 or 41.64% from 353); Max value from RGB is 147 - color contains mainly: blue. Hex color #597593 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597593 is #A68A6C. Grayscale: #6F6F6F. Windows color (decimal): -10914413 or 9663833. OLE color: 9663833.

HSL color Cylindrical-coordinate representation of color #597593: hue angle of 211.03º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #597593 is Cyan = 0.39, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 89 117 147 -
CMYK 0.39 0.20 0 0.42
HSL 211.03º 0.25% 0.46% -
HSV(B) 211.03º 0.39% 0.58% -
XYZ 15.75 16.95 30.05 -
YUV 112.05 147.72 111.56 -
System Red Green Blue C M Y K H S L
Decimal 89 117 147 0.39 0.20 0 0.42 211.03 0.25 0.46
Hex 59 75 93 27 14 0 2A D3 19 2E
Octal 131 165 223 47 24 0 52 323 31 56
Binary 1011001 1110101 10010011 100111 10100 0 101010 11010011 11001 101110

Color Harmonies of #597593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597593

Black with #597593

Text Example


Text Example

White with #597593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #597593; }

 p { color: rgb(89,117,147); }

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

background-color css

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

 a { background-color: rgb(89,117,147); }

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

border-color css

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

 span { border-color: rgb(89,117,147); }

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