Shades of Kashmir Blue #556483
Tints of Kashmir Blue #556483
RGB
CMYK
RGB Variations
Color information
#556483 (or 0x556483) is known color: Kashmir Blue. HEX triplet: 55, 64 and 83. RGB value is (85,100,131). Sum of RGB (Red+Green+Blue) = 85+100+131=316 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.90% from 316); Green value is 100 (39.45% from 255 or 31.65% from 316); Blue value is 131 (51.56% from 255 or 41.46% from 316); Max value from RGB is 131 - color contains mainly: blue. Hex color #556483 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556483 is #AA9B7C. Grayscale: #626262. Windows color (decimal): -11180925 or 8610901. OLE color: 8610901.
HSL color Cylindrical-coordinate representation of color #556483: hue angle of 220.43º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #556483 is Cyan = 0.35, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 85 | 100 | 131 | - |
| CMYK | 0.35 | 0.24 | 0 | 0.49 |
| HSL | 220.43º | 0.21% | 0.42% | - |
| HSV(B) | 220.43º | 0.35% | 0.51% | - |
| XYZ | 12.4 | 12.68 | 23.27 | - |
| YUV | 99.05 | 146.03 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 100 | 131 | 0.35 | 0.24 | 0 | 0.49 | 220.43 | 0.21 | 0.42 |
| Hex | 55 | 64 | 83 | 23 | 18 | 0 | 31 | DC | 15 | 2A |
| Octal | 125 | 144 | 203 | 43 | 30 | 0 | 61 | 334 | 25 | 52 |
| Binary | 1010101 | 1100100 | 10000011 | 100011 | 11000 | 0 | 110001 | 11011100 | 10101 | 101010 |
Color Harmonies of #556483
Complementary color
Monochromatic Colors of #556483
Black with #556483
Text Example
Text Example
White with #556483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556483; }
p { color: rgb(85,100,131); }
H1.HeaderClassName
{
color: #556483;
}
.AnyTagClassName
{
color: #556483;
}
</style>
background-color css
<style>
a { background-color: #556483; }
a { background-color: rgb(85,100,131); }
div.DivClassName
{
background-color: #556483;
}
.BgClassName
{
background-color: #556483;
}
</style>
border-color css
<style>
span { border-color: #556483; }
span { border-color: rgb(85,100,131); }
td.TdClassName
{
border-color: #556483;
}
.TagClassName
{
border-color: #556483;
}
</style>