Html Css Color HEX #597492 Kashmir Blue

📋 copy color: '#597492'

red 89 ◦ green 116 ◦ blue 146

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

Shades of Kashmir Blue #597492

Tints of Kashmir Blue #597492

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.05%

 BLUE value IS 146 (57.42% from 255) = 41.6%

R = 25.36%
G = 33.05%
B = 41.6%

CMYK

 C value IS 0.39

 M value IS 0.21

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#597492 (or 0x597492) is known color: Kashmir Blue. HEX triplet: 59, 74 and 92. RGB value is (89,116,146). Sum of RGB (Red+Green+Blue) = 89+116+146=351 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.36% from 351); Green value is 116 (45.70% from 255 or 33.05% from 351); Blue value is 146 (57.42% from 255 or 41.60% from 351); Max value from RGB is 146 - color contains mainly: blue. Hex color #597492 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597492 is #A68B6D. Grayscale: #6F6F6F. Windows color (decimal): -10914670 or 9598041. OLE color: 9598041.

HSL color Cylindrical-coordinate representation of color #597492: hue angle of 211.58º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #597492 is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 89 116 146 -
CMYK 0.39 0.21 0 0.43
HSL 211.58º 0.24% 0.46% -
HSV(B) 211.58º 0.39% 0.57% -
XYZ 15.55 16.69 29.6 -
YUV 111.35 147.55 112.06 -
System Red Green Blue C M Y K H S L
Decimal 89 116 146 0.39 0.21 0 0.43 211.58 0.24 0.46
Hex 59 74 92 27 15 0 2B D4 18 2E
Octal 131 164 222 47 25 0 53 324 30 56
Binary 1011001 1110100 10010010 100111 10101 0 101011 11010100 11000 101110

Color Harmonies of #597492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597492

Black with #597492

Text Example


Text Example

White with #597492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #597492; }

 p { color: rgb(89,116,146); }

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

background-color css

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

 a { background-color: rgb(89,116,146); }

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

border-color css

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

 span { border-color: rgb(89,116,146); }

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