Html Css Color HEX #576D89 Kashmir Blue

📋 copy color: '#576D89'

red 87 ◦ green 109 ◦ blue 137

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

Shades of Kashmir Blue #576D89

Tints of Kashmir Blue #576D89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 41.14%

R = 26.13%
G = 32.73%
B = 41.14%

CMYK

 C value IS 0.36

 M value IS 0.20

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#576D89 (or 0x576D89) is known color: Kashmir Blue. HEX triplet: 57, 6D and 89. RGB value is (87,109,137). Sum of RGB (Red+Green+Blue) = 87+109+137=333 (44% of max value = 765). Red value is 87 (34.38% from 255 or 26.13% from 333); Green value is 109 (42.97% from 255 or 32.73% from 333); Blue value is 137 (53.91% from 255 or 41.14% from 333); Max value from RGB is 137 - color contains mainly: blue. Hex color #576D89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576D89 is #A89276. Grayscale: #696969. Windows color (decimal): -11047543 or 9006423. OLE color: 9006423.

HSL color Cylindrical-coordinate representation of color #576D89: hue angle of 213.6º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #576D89 is Cyan = 0.36, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 87 109 137 -
CMYK 0.36 0.20 0 0.46
HSL 213.6º 0.22% 0.44% -
HSV(B) 213.6º 0.36% 0.54% -
XYZ 13.91 14.77 25.78 -
YUV 105.61 145.71 114.72 -
System Red Green Blue C M Y K H S L
Decimal 87 109 137 0.36 0.20 0 0.46 213.6 0.22 0.44
Hex 57 6D 89 24 14 0 2E D6 16 2C
Octal 127 155 211 44 24 0 56 326 26 54
Binary 1010111 1101101 10001001 100100 10100 0 101110 11010110 10110 101100

Color Harmonies of #576D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576D89

Black with #576D89

Text Example


Text Example

White with #576D89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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