Shades of Kimberly #655B83
Tints of Kimberly #655B83
RGB
CMYK
RGB Variations
Color information
#655B83 (or 0x655B83) is known color: Kimberly. HEX triplet: 65, 5B and 83. RGB value is (101,91,131). Sum of RGB (Red+Green+Blue) = 101+91+131=323 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.27% from 323); Green value is 91 (35.94% from 255 or 28.17% from 323); Blue value is 131 (51.56% from 255 or 40.56% from 323); Max value from RGB is 131 - color contains mainly: blue. Hex color #655B83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655B83 is #9AA47C. Grayscale: #626262. Windows color (decimal): -10134653 or 8608613. OLE color: 8608613.
HSL color Cylindrical-coordinate representation of color #655B83: hue angle of 255º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #655B83 is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 101 | 91 | 131 | - |
| CMYK | 0.23 | 0.31 | 0 | 0.49 |
| HSL | 255º | 0.18% | 0.44% | - |
| HSV(B) | 255º | 0.31% | 0.51% | - |
| XYZ | 13.2 | 11.89 | 23.07 | - |
| YUV | 98.55 | 146.31 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 91 | 131 | 0.23 | 0.31 | 0 | 0.49 | 255 | 0.18 | 0.44 |
| Hex | 65 | 5B | 83 | 17 | 1F | 0 | 31 | FF | 12 | 2C |
| Octal | 145 | 133 | 203 | 27 | 37 | 0 | 61 | 377 | 22 | 54 |
| Binary | 1100101 | 1011011 | 10000011 | 10111 | 11111 | 0 | 110001 | 11111111 | 10010 | 101100 |
Color Harmonies of #655B83
Complementary color
Monochromatic Colors of #655B83
Black with #655B83
Text Example
Text Example
White with #655B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655B83; }
p { color: rgb(101,91,131); }
H1.HeaderClassName
{
color: #655B83;
}
.AnyTagClassName
{
color: #655B83;
}
</style>
background-color css
<style>
a { background-color: #655B83; }
a { background-color: rgb(101,91,131); }
div.DivClassName
{
background-color: #655B83;
}
.BgClassName
{
background-color: #655B83;
}
</style>
border-color css
<style>
span { border-color: #655B83; }
span { border-color: rgb(101,91,131); }
td.TdClassName
{
border-color: #655B83;
}
.TagClassName
{
border-color: #655B83;
}
</style>