Shades of Kashmir Blue #576A82
Tints of Kashmir Blue #576A82
RGB
CMYK
RGB Variations
Color information
#576A82 (or 0x576A82) is known color: Kashmir Blue. HEX triplet: 57, 6A and 82. RGB value is (87,106,130). Sum of RGB (Red+Green+Blue) = 87+106+130=323 (42% of max value = 765). Red value is 87 (34.38% from 255 or 26.93% from 323); Green value is 106 (41.80% from 255 or 32.82% from 323); Blue value is 130 (51.17% from 255 or 40.25% from 323); Max value from RGB is 130 - color contains mainly: blue. Hex color #576A82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576A82 is #A8957D. Grayscale: #666666. Windows color (decimal): -11048318 or 8546903. OLE color: 8546903.
HSL color Cylindrical-coordinate representation of color #576A82: hue angle of 213.49º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #576A82 is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 87 | 106 | 130 | - |
| CMYK | 0.33 | 0.18 | 0 | 0.49 |
| HSL | 213.49º | 0.2% | 0.43% | - |
| HSV(B) | 213.49º | 0.33% | 0.51% | - |
| XYZ | 13.11 | 13.95 | 23.12 | - |
| YUV | 103.06 | 143.21 | 116.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 106 | 130 | 0.33 | 0.18 | 0 | 0.49 | 213.49 | 0.2 | 0.43 |
| Hex | 57 | 6A | 82 | 21 | 12 | 0 | 31 | D5 | 14 | 2B |
| Octal | 127 | 152 | 202 | 41 | 22 | 0 | 61 | 325 | 24 | 53 |
| Binary | 1010111 | 1101010 | 10000010 | 100001 | 10010 | 0 | 110001 | 11010101 | 10100 | 101011 |
Color Harmonies of #576A82
Complementary color
Monochromatic Colors of #576A82
Black with #576A82
Text Example
Text Example
White with #576A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #576A82; }
p { color: rgb(87,106,130); }
H1.HeaderClassName
{
color: #576A82;
}
.AnyTagClassName
{
color: #576A82;
}
</style>
background-color css
<style>
a { background-color: #576A82; }
a { background-color: rgb(87,106,130); }
div.DivClassName
{
background-color: #576A82;
}
.BgClassName
{
background-color: #576A82;
}
</style>
border-color css
<style>
span { border-color: #576A82; }
span { border-color: rgb(87,106,130); }
td.TdClassName
{
border-color: #576A82;
}
.TagClassName
{
border-color: #576A82;
}
</style>