Html Css Color HEX #576D8D Kashmir Blue

📋 copy color: '#576D8D'

red 87 ◦ green 109 ◦ blue 141

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

Shades of Kashmir Blue #576D8D

Tints of Kashmir Blue #576D8D

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.34%

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

R = 25.82%
G = 32.34%
B = 41.84%

CMYK

 C value IS 0.38

 M value IS 0.23

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#576D8D (or 0x576D8D) is known color: Kashmir Blue. HEX triplet: 57, 6D and 8D. RGB value is (87,109,141). Sum of RGB (Red+Green+Blue) = 87+109+141=337 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.82% from 337); Green value is 109 (42.97% from 255 or 32.34% from 337); Blue value is 141 (55.47% from 255 or 41.84% from 337); Max value from RGB is 141 - color contains mainly: blue. Hex color #576D8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576D8D is #A89272. Grayscale: #696969. Windows color (decimal): -11047539 or 9268567. OLE color: 9268567.

HSL color Cylindrical-coordinate representation of color #576D8D: hue angle of 215.56º 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 #576D8D is Cyan = 0.38, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 87 109 141 -
CMYK 0.38 0.23 0 0.45
HSL 215.56º 0.24% 0.45% -
HSV(B) 215.56º 0.38% 0.55% -
XYZ 14.21 14.89 27.32 -
YUV 106.07 147.71 114.4 -
System Red Green Blue C M Y K H S L
Decimal 87 109 141 0.38 0.23 0 0.45 215.56 0.24 0.45
Hex 57 6D 8D 26 17 0 2D D8 18 2D
Octal 127 155 215 46 27 0 55 330 30 55
Binary 1010111 1101101 10001101 100110 10111 0 101101 11011000 11000 101101

Color Harmonies of #576D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576D8D

Black with #576D8D

Text Example


Text Example

White with #576D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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