Html Css Color HEX #576D86 Kashmir Blue

📋 copy color: '#576D86'

red 87 ◦ green 109 ◦ blue 134

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

Shades of Kashmir Blue #576D86

Tints of Kashmir Blue #576D86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 40.61%

R = 26.36%
G = 33.03%
B = 40.61%

CMYK

 C value IS 0.35

 M value IS 0.19

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#576D86 (or 0x576D86) is known color: Kashmir Blue. HEX triplet: 57, 6D and 86. RGB value is (87,109,134). Sum of RGB (Red+Green+Blue) = 87+109+134=330 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.36% from 330); Green value is 109 (42.97% from 255 or 33.03% from 330); Blue value is 134 (52.73% from 255 or 40.61% from 330); Max value from RGB is 134 - color contains mainly: blue. Hex color #576D86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576D86 is #A89279. Grayscale: #696969. Windows color (decimal): -11047546 or 8809815. OLE color: 8809815.

HSL color Cylindrical-coordinate representation of color #576D86: hue angle of 211.91º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #576D86 is Cyan = 0.35, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 87 109 134 -
CMYK 0.35 0.19 0 0.47
HSL 211.91º 0.21% 0.43% -
HSV(B) 211.91º 0.35% 0.53% -
XYZ 13.7 14.68 24.67 -
YUV 105.27 144.21 114.97 -
System Red Green Blue C M Y K H S L
Decimal 87 109 134 0.35 0.19 0 0.47 211.91 0.21 0.43
Hex 57 6D 86 23 13 0 2F D4 15 2B
Octal 127 155 206 43 23 0 57 324 25 53
Binary 1010111 1101101 10000110 100011 10011 0 101111 11010100 10101 101011

Color Harmonies of #576D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576D86

Black with #576D86

Text Example


Text Example

White with #576D86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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