Html Css Color HEX #597794 Kashmir Blue

📋 copy color: '#597794'

red 89 ◦ green 119 ◦ blue 148

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

Shades of Kashmir Blue #597794

Tints of Kashmir Blue #597794

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.43%

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

R = 25%
G = 33.43%
B = 41.57%

CMYK

 C value IS 0.40

 M value IS 0.20

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#597794 (or 0x597794) is known color: Kashmir Blue. HEX triplet: 59, 77 and 94. RGB value is (89,119,148). Sum of RGB (Red+Green+Blue) = 89+119+148=356 (47% of max value = 765). Red value is 89 (35.16% from 255 or 25% from 356); Green value is 119 (46.88% from 255 or 33.43% from 356); Blue value is 148 (58.20% from 255 or 41.57% from 356); Max value from RGB is 148 - color contains mainly: blue. Hex color #597794 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597794 is #A6886B. Grayscale: #717171. Windows color (decimal): -10913900 or 9729881. OLE color: 9729881.

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

Color convert

RGB 89 119 148 -
CMYK 0.40 0.20 0 0.42
HSL 209.49º 0.25% 0.46% -
HSV(B) 209.49º 0.4% 0.58% -
XYZ 16.06 17.46 30.54 -
YUV 113.34 147.56 110.64 -
System Red Green Blue C M Y K H S L
Decimal 89 119 148 0.40 0.20 0 0.42 209.49 0.25 0.46
Hex 59 77 94 28 14 0 2A D1 19 2E
Octal 131 167 224 50 24 0 52 321 31 56
Binary 1011001 1110111 10010100 101000 10100 0 101010 11010001 11001 101110

Color Harmonies of #597794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597794

Black with #597794

Text Example


Text Example

White with #597794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #597794; }

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

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

background-color css

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

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

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

border-color css

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

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

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