Shades of Kashmir Blue #577B9A
Tints of Kashmir Blue #577B9A
RGB
CMYK
RGB Variations
Color information
#577B9A (or 0x577B9A) is known color: Kashmir Blue. HEX triplet: 57, 7B and 9A. RGB value is (87,123,154). Sum of RGB (Red+Green+Blue) = 87+123+154=364 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.90% from 364); Green value is 123 (48.44% from 255 or 33.79% from 364); Blue value is 154 (60.55% from 255 or 42.31% from 364); Max value from RGB is 154 - color contains mainly: blue. Hex color #577B9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577B9A is #A88465. Grayscale: #737373. Windows color (decimal): -11043942 or 10124119. OLE color: 10124119.
HSL color Cylindrical-coordinate representation of color #577B9A: hue angle of 207.76º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #577B9A is Cyan = 0.44, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 87 | 123 | 154 | - |
| CMYK | 0.44 | 0.20 | 0 | 0.40 |
| HSL | 207.76º | 0.28% | 0.47% | - |
| HSV(B) | 207.76º | 0.44% | 0.6% | - |
| XYZ | 16.85 | 18.53 | 33.26 | - |
| YUV | 115.77 | 149.57 | 107.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 123 | 154 | 0.44 | 0.20 | 0 | 0.40 | 207.76 | 0.28 | 0.47 |
| Hex | 57 | 7B | 9A | 2C | 14 | 0 | 28 | D0 | 1C | 2F |
| Octal | 127 | 173 | 232 | 54 | 24 | 0 | 50 | 320 | 34 | 57 |
| Binary | 1010111 | 1111011 | 10011010 | 101100 | 10100 | 0 | 101000 | 11010000 | 11100 | 101111 |
Color Harmonies of #577B9A
Complementary color
Monochromatic Colors of #577B9A
Black with #577B9A
Text Example
Text Example
White with #577B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577B9A; }
p { color: rgb(87,123,154); }
H1.HeaderClassName
{
color: #577B9A;
}
.AnyTagClassName
{
color: #577B9A;
}
</style>
background-color css
<style>
a { background-color: #577B9A; }
a { background-color: rgb(87,123,154); }
div.DivClassName
{
background-color: #577B9A;
}
.BgClassName
{
background-color: #577B9A;
}
</style>
border-color css
<style>
span { border-color: #577B9A; }
span { border-color: rgb(87,123,154); }
td.TdClassName
{
border-color: #577B9A;
}
.TagClassName
{
border-color: #577B9A;
}
</style>