Html Css Color HEX #577193 Kashmir Blue

📋 copy color: '#577193'

red 87 ◦ green 113 ◦ blue 147

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

Shades of Kashmir Blue #577193

Tints of Kashmir Blue #577193

RGB

 RED value IS 87 (34.38% from 255) = 25.07%

 GREEN value IS 113 (44.53% from 255) = 32.56%

 BLUE value IS 147 (57.81% from 255) = 42.36%

R = 25.07%
G = 32.56%
B = 42.36%

CMYK

 C value IS 0.41

 M value IS 0.23

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#577193 (or 0x577193) is known color: Kashmir Blue. HEX triplet: 57, 71 and 93. RGB value is (87,113,147). Sum of RGB (Red+Green+Blue) = 87+113+147=347 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.07% from 347); Green value is 113 (44.53% from 255 or 32.56% from 347); Blue value is 147 (57.81% from 255 or 42.36% from 347); Max value from RGB is 147 - color contains mainly: blue. Hex color #577193 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577193 is #A88E6C. Grayscale: #6C6C6C. Windows color (decimal): -11046509 or 9662807. OLE color: 9662807.

HSL color Cylindrical-coordinate representation of color #577193: hue angle of 214º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #577193 is Cyan = 0.41, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 87 113 147 -
CMYK 0.41 0.23 0 0.42
HSL 214º 0.26% 0.46% -
HSV(B) 214º 0.41% 0.58% -
XYZ 15.1 15.94 29.89 -
YUV 109.1 149.39 112.24 -
System Red Green Blue C M Y K H S L
Decimal 87 113 147 0.41 0.23 0 0.42 214 0.26 0.46
Hex 57 71 93 29 17 0 2A D6 1A 2E
Octal 127 161 223 51 27 0 52 326 32 56
Binary 1010111 1110001 10010011 101001 10111 0 101010 11010110 11010 101110

Color Harmonies of #577193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577193

Black with #577193

Text Example


Text Example

White with #577193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #577193; }

 p { color: rgb(87,113,147); }

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

background-color css

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

 a { background-color: rgb(87,113,147); }

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

border-color css

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

 span { border-color: rgb(87,113,147); }

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