Html Css Color HEX #597B99 Kashmir Blue

📋 copy color: '#597B99'

red 89 ◦ green 123 ◦ blue 153

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

Shades of Kashmir Blue #597B99

Tints of Kashmir Blue #597B99

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.7%

 BLUE value IS 153 (60.16% from 255) = 41.92%

R = 24.38%
G = 33.7%
B = 41.92%

CMYK

 C value IS 0.42

 M value IS 0.20

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#597B99 (or 0x597B99) is known color: Kashmir Blue. HEX triplet: 59, 7B and 99. RGB value is (89,123,153). Sum of RGB (Red+Green+Blue) = 89+123+153=365 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.38% from 365); Green value is 123 (48.44% from 255 or 33.70% from 365); Blue value is 153 (60.16% from 255 or 41.92% from 365); Max value from RGB is 153 - color contains mainly: blue. Hex color #597B99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597B99 is #A68466. Grayscale: #747474. Windows color (decimal): -10912871 or 10058585. OLE color: 10058585.

HSL color Cylindrical-coordinate representation of color #597B99: hue angle of 208.12º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #597B99 is Cyan = 0.42, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 89 123 153 -
CMYK 0.42 0.20 0 0.4
HSL 208.13º 0.26% 0.47% -
HSV(B) 208.13º 0.42% 0.6% -
XYZ 16.95 18.59 32.83 -
YUV 116.25 148.74 108.56 -
System Red Green Blue C M Y K H S L
Decimal 89 123 153 0.42 0.20 0 0.4 208.13 0.26 0.47
Hex 59 7B 99 2A 14 0 28 D0 1A 2F
Octal 131 173 231 52 24 0 50 320 32 57
Binary 1011001 1111011 10011001 101010 10100 0 101000 11010000 11010 101111

Color Harmonies of #597B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597B99

Black with #597B99

Text Example


Text Example

White with #597B99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,123,153); }

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

background-color css

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

 a { background-color: rgb(89,123,153); }

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

border-color css

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

 span { border-color: rgb(89,123,153); }

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