Html Css Color HEX #577190 Kashmir Blue

📋 copy color: '#577190'

red 87 ◦ green 113 ◦ blue 144

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

Shades of Kashmir Blue #577190

Tints of Kashmir Blue #577190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 41.86%

R = 25.29%
G = 32.85%
B = 41.86%

CMYK

 C value IS 0.40

 M value IS 0.22

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#577190 (or 0x577190) is known color: Kashmir Blue. HEX triplet: 57, 71 and 90. RGB value is (87,113,144). Sum of RGB (Red+Green+Blue) = 87+113+144=344 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.29% from 344); Green value is 113 (44.53% from 255 or 32.85% from 344); Blue value is 144 (56.64% from 255 or 41.86% from 344); Max value from RGB is 144 - color contains mainly: blue. Hex color #577190 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577190 is #A88E6F. Grayscale: #6C6C6C. Windows color (decimal): -11046512 or 9466199. OLE color: 9466199.

HSL color Cylindrical-coordinate representation of color #577190: hue angle of 212.63º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #577190 is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 87 113 144 -
CMYK 0.40 0.22 0 0.44
HSL 212.63º 0.25% 0.45% -
HSV(B) 212.63º 0.4% 0.56% -
XYZ 14.87 15.85 28.66 -
YUV 108.76 147.89 112.48 -
System Red Green Blue C M Y K H S L
Decimal 87 113 144 0.40 0.22 0 0.44 212.63 0.25 0.45
Hex 57 71 90 28 16 0 2C D5 19 2D
Octal 127 161 220 50 26 0 54 325 31 55
Binary 1010111 1110001 10010000 101000 10110 0 101100 11010101 11001 101101

Color Harmonies of #577190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577190

Black with #577190

Text Example


Text Example

White with #577190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #577190; }

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

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

background-color css

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

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

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

border-color css

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

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

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