Shades of Kimberly #605B83
Tints of Kimberly #605B83
RGB
CMYK
RGB Variations
Color information
#605B83 (or 0x605B83) is known color: Kimberly. HEX triplet: 60, 5B and 83. RGB value is (96,91,131). Sum of RGB (Red+Green+Blue) = 96+91+131=318 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.19% from 318); Green value is 91 (35.94% from 255 or 28.62% from 318); Blue value is 131 (51.56% from 255 or 41.19% from 318); Max value from RGB is 131 - color contains mainly: blue. Hex color #605B83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605B83 is #9FA47C. Grayscale: #606060. Windows color (decimal): -10462333 or 8608608. OLE color: 8608608.
HSL color Cylindrical-coordinate representation of color #605B83: hue angle of 247.5º 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 #605B83 is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 96 | 91 | 131 | - |
| CMYK | 0.27 | 0.31 | 0 | 0.49 |
| HSL | 247.5º | 0.18% | 0.44% | - |
| HSV(B) | 247.5º | 0.31% | 0.51% | - |
| XYZ | 12.66 | 11.61 | 23.05 | - |
| YUV | 97.06 | 147.16 | 127.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 91 | 131 | 0.27 | 0.31 | 0 | 0.49 | 247.5 | 0.18 | 0.44 |
| Hex | 60 | 5B | 83 | 1B | 1F | 0 | 31 | F8 | 12 | 2C |
| Octal | 140 | 133 | 203 | 33 | 37 | 0 | 61 | 370 | 22 | 54 |
| Binary | 1100000 | 1011011 | 10000011 | 11011 | 11111 | 0 | 110001 | 11111000 | 10010 | 101100 |
Color Harmonies of #605B83
Complementary color
Monochromatic Colors of #605B83
Black with #605B83
Text Example
Text Example
White with #605B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605B83; }
p { color: rgb(96,91,131); }
H1.HeaderClassName
{
color: #605B83;
}
.AnyTagClassName
{
color: #605B83;
}
</style>
background-color css
<style>
a { background-color: #605B83; }
a { background-color: rgb(96,91,131); }
div.DivClassName
{
background-color: #605B83;
}
.BgClassName
{
background-color: #605B83;
}
</style>
border-color css
<style>
span { border-color: #605B83; }
span { border-color: rgb(96,91,131); }
td.TdClassName
{
border-color: #605B83;
}
.TagClassName
{
border-color: #605B83;
}
</style>