Html Css Color HEX #576E8D Kashmir Blue

📋 copy color: '#576E8D'

red 87 ◦ green 110 ◦ blue 141

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

Shades of Kashmir Blue #576E8D

Tints of Kashmir Blue #576E8D

RGB

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

 GREEN value IS 110 (43.36% from 255) = 32.54%

 BLUE value IS 141 (55.47% from 255) = 41.72%

R = 25.74%
G = 32.54%
B = 41.72%

CMYK

 C value IS 0.38

 M value IS 0.22

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#576E8D (or 0x576E8D) is known color: Kashmir Blue. HEX triplet: 57, 6E and 8D. RGB value is (87,110,141). Sum of RGB (Red+Green+Blue) = 87+110+141=338 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.74% from 338); Green value is 110 (43.36% from 255 or 32.54% from 338); Blue value is 141 (55.47% from 255 or 41.72% from 338); Max value from RGB is 141 - color contains mainly: blue. Hex color #576E8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576E8D is #A89172. Grayscale: #6A6A6A. Windows color (decimal): -11047283 or 9268823. OLE color: 9268823.

HSL color Cylindrical-coordinate representation of color #576E8D: hue angle of 214.44º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #576E8D is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 87 110 141 -
CMYK 0.38 0.22 0 0.45
HSL 214.44º 0.24% 0.45% -
HSV(B) 214.44º 0.38% 0.55% -
XYZ 14.31 15.1 27.36 -
YUV 106.66 147.38 113.98 -
System Red Green Blue C M Y K H S L
Decimal 87 110 141 0.38 0.22 0 0.45 214.44 0.24 0.45
Hex 57 6E 8D 26 16 0 2D D6 18 2D
Octal 127 156 215 46 26 0 55 326 30 55
Binary 1010111 1101110 10001101 100110 10110 0 101101 11010110 11000 101101

Color Harmonies of #576E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576E8D

Black with #576E8D

Text Example


Text Example

White with #576E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #576E8D; }

 p { color: rgb(87,110,141); }

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

background-color css

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

 a { background-color: rgb(87,110,141); }

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

border-color css

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

 span { border-color: rgb(87,110,141); }

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