Shades of Kimberly #65567C
Tints of Kimberly #65567C
RGB
CMYK
RGB Variations
Color information
#65567C (or 0x65567C) is known color: Kimberly. HEX triplet: 65, 56 and 7C. RGB value is (101,86,124). Sum of RGB (Red+Green+Blue) = 101+86+124=311 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.48% from 311); Green value is 86 (33.98% from 255 or 27.65% from 311); Blue value is 124 (48.83% from 255 or 39.87% from 311); Max value from RGB is 124 - color contains mainly: blue. Hex color #65567C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65567C is #9AA983. Grayscale: #5E5E5E. Windows color (decimal): -10135940 or 8148581. OLE color: 8148581.
HSL color Cylindrical-coordinate representation of color #65567C: hue angle of 263.68º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #65567C is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 101 | 86 | 124 | - |
| CMYK | 0.19 | 0.31 | 0 | 0.51 |
| HSL | 263.68º | 0.18% | 0.41% | - |
| HSV(B) | 263.68º | 0.31% | 0.49% | - |
| XYZ | 12.33 | 10.88 | 20.52 | - |
| YUV | 94.82 | 144.47 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 86 | 124 | 0.19 | 0.31 | 0 | 0.51 | 263.68 | 0.18 | 0.41 |
| Hex | 65 | 56 | 7C | 13 | 1F | 0 | 33 | 108 | 12 | 29 |
| Octal | 145 | 126 | 174 | 23 | 37 | 0 | 63 | 410 | 22 | 51 |
| Binary | 1100101 | 1010110 | 1111100 | 10011 | 11111 | 0 | 110011 | 100001000 | 10010 | 101001 |
Color Harmonies of #65567C
Complementary color
Monochromatic Colors of #65567C
Black with #65567C
Text Example
Text Example
White with #65567C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65567C; }
p { color: rgb(101,86,124); }
H1.HeaderClassName
{
color: #65567C;
}
.AnyTagClassName
{
color: #65567C;
}
</style>
background-color css
<style>
a { background-color: #65567C; }
a { background-color: rgb(101,86,124); }
div.DivClassName
{
background-color: #65567C;
}
.BgClassName
{
background-color: #65567C;
}
</style>
border-color css
<style>
span { border-color: #65567C; }
span { border-color: rgb(101,86,124); }
td.TdClassName
{
border-color: #65567C;
}
.TagClassName
{
border-color: #65567C;
}
</style>