Html Css Color HEX #597A94 Kashmir Blue

📋 copy color: '#597A94'

red 89 ◦ green 122 ◦ blue 148

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

Shades of Kashmir Blue #597A94

Tints of Kashmir Blue #597A94

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.98%

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

R = 24.79%
G = 33.98%
B = 41.23%

CMYK

 C value IS 0.40

 M value IS 0.18

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#597A94 (or 0x597A94) is known color: Kashmir Blue. HEX triplet: 59, 7A and 94. RGB value is (89,122,148). Sum of RGB (Red+Green+Blue) = 89+122+148=359 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.79% from 359); Green value is 122 (48.05% from 255 or 33.98% from 359); Blue value is 148 (58.20% from 255 or 41.23% from 359); Max value from RGB is 148 - color contains mainly: blue. Hex color #597A94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597A94 is #A6856B. Grayscale: #727272. Windows color (decimal): -10913132 or 9730649. OLE color: 9730649.

HSL color Cylindrical-coordinate representation of color #597A94: hue angle of 206.44º 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 #597A94 is Cyan = 0.40, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 89 122 148 -
CMYK 0.40 0.18 0 0.42
HSL 206.44º 0.25% 0.46% -
HSV(B) 206.44º 0.4% 0.58% -
XYZ 16.42 18.18 30.66 -
YUV 115.1 146.57 109.39 -
System Red Green Blue C M Y K H S L
Decimal 89 122 148 0.40 0.18 0 0.42 206.44 0.25 0.46
Hex 59 7A 94 28 12 0 2A CE 19 2E
Octal 131 172 224 50 22 0 52 316 31 56
Binary 1011001 1111010 10010100 101000 10010 0 101010 11001110 11001 101110

Color Harmonies of #597A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597A94

Black with #597A94

Text Example


Text Example

White with #597A94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #597A94; }

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

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

background-color css

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

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

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

border-color css

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

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

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