Html Css Color HEX #597394 Kashmir Blue

📋 copy color: '#597394'

red 89 ◦ green 115 ◦ blue 148

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

Shades of Kashmir Blue #597394

Tints of Kashmir Blue #597394

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.67%

 BLUE value IS 148 (58.2% from 255) = 42.05%

R = 25.28%
G = 32.67%
B = 42.05%

CMYK

 C value IS 0.40

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#597394 (or 0x597394) is known color: Kashmir Blue. HEX triplet: 59, 73 and 94. RGB value is (89,115,148). Sum of RGB (Red+Green+Blue) = 89+115+148=352 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.28% from 352); Green value is 115 (45.31% from 255 or 32.67% from 352); Blue value is 148 (58.20% from 255 or 42.05% from 352); Max value from RGB is 148 - color contains mainly: blue. Hex color #597394 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597394 is #A68C6B. Grayscale: #6E6E6E. Windows color (decimal): -10914924 or 9728857. OLE color: 9728857.

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

Color convert

RGB 89 115 148 -
CMYK 0.40 0.22 0 0.42
HSL 213.56º 0.25% 0.46% -
HSV(B) 213.56º 0.4% 0.58% -
XYZ 15.6 16.52 30.38 -
YUV 110.99 148.89 112.32 -
System Red Green Blue C M Y K H S L
Decimal 89 115 148 0.40 0.22 0 0.42 213.56 0.25 0.46
Hex 59 73 94 28 16 0 2A D6 19 2E
Octal 131 163 224 50 26 0 52 326 31 56
Binary 1011001 1110011 10010100 101000 10110 0 101010 11010110 11001 101110

Color Harmonies of #597394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597394

Black with #597394

Text Example


Text Example

White with #597394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #597394; }

 p { color: rgb(89,115,148); }

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

background-color css

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

 a { background-color: rgb(89,115,148); }

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

border-color css

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

 span { border-color: rgb(89,115,148); }

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