Html Css Color HEX #576986 Kashmir Blue

📋 copy color: '#576986'

red 87 ◦ green 105 ◦ blue 134

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

Shades of Kashmir Blue #576986

Tints of Kashmir Blue #576986

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.21%

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

R = 26.69%
G = 32.21%
B = 41.1%

CMYK

 C value IS 0.35

 M value IS 0.22

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#576986 (or 0x576986) is known color: Kashmir Blue. HEX triplet: 57, 69 and 86. RGB value is (87,105,134). Sum of RGB (Red+Green+Blue) = 87+105+134=326 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.69% from 326); Green value is 105 (41.41% from 255 or 32.21% from 326); Blue value is 134 (52.73% from 255 or 41.10% from 326); Max value from RGB is 134 - color contains mainly: blue. Hex color #576986 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576986 is #A89679. Grayscale: #666666. Windows color (decimal): -11048570 or 8808791. OLE color: 8808791.

HSL color Cylindrical-coordinate representation of color #576986: hue angle of 217.02º 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 #576986 is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 87 105 134 -
CMYK 0.35 0.22 0 0.47
HSL 217.02º 0.21% 0.43% -
HSV(B) 217.02º 0.35% 0.53% -
XYZ 13.29 13.85 24.53 -
YUV 102.92 145.54 116.64 -
System Red Green Blue C M Y K H S L
Decimal 87 105 134 0.35 0.22 0 0.47 217.02 0.21 0.43
Hex 57 69 86 23 16 0 2F D9 15 2B
Octal 127 151 206 43 26 0 57 331 25 53
Binary 1010111 1101001 10000110 100011 10110 0 101111 11011001 10101 101011

Color Harmonies of #576986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576986

Black with #576986

Text Example


Text Example

White with #576986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #576986; }

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

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

background-color css

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

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

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

border-color css

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

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

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