Shades of Rich Blue #5F669E
Tints of Rich Blue #5F669E
RGB
CMYK
RGB Variations
Color information
#5F669E (or 0x5F669E) is known color: Rich Blue. HEX triplet: 5F, 66 and 9E. RGB value is (95,102,158). Sum of RGB (Red+Green+Blue) = 95+102+158=355 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.76% from 355); Green value is 102 (40.23% from 255 or 28.73% from 355); Blue value is 158 (62.11% from 255 or 44.51% from 355); Max value from RGB is 158 - color contains mainly: blue. Hex color #5F669E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F669E is #A09961. Grayscale: #6A6A6A. Windows color (decimal): -10525026 or 10380895. OLE color: 10380895.
HSL color Cylindrical-coordinate representation of color #5F669E: hue angle of 233.33º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5F669E is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 95 | 102 | 158 | - |
| CMYK | 0.40 | 0.35 | 0 | 0.38 |
| HSL | 233.33º | 0.25% | 0.5% | - |
| HSV(B) | 233.33º | 0.4% | 0.62% | - |
| XYZ | 15.64 | 14.4 | 34.3 | - |
| YUV | 106.29 | 157.18 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 102 | 158 | 0.40 | 0.35 | 0 | 0.38 | 233.33 | 0.25 | 0.5 |
| Hex | 5F | 66 | 9E | 28 | 23 | 0 | 26 | E9 | 19 | 32 |
| Octal | 137 | 146 | 236 | 50 | 43 | 0 | 46 | 351 | 31 | 62 |
| Binary | 1011111 | 1100110 | 10011110 | 101000 | 100011 | 0 | 100110 | 11101001 | 11001 | 110010 |
Color Harmonies of #5F669E
Complementary color
Monochromatic Colors of #5F669E
Black with #5F669E
Text Example
Text Example
White with #5F669E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F669E; }
p { color: rgb(95,102,158); }
H1.HeaderClassName
{
color: #5F669E;
}
.AnyTagClassName
{
color: #5F669E;
}
</style>
background-color css
<style>
a { background-color: #5F669E; }
a { background-color: rgb(95,102,158); }
div.DivClassName
{
background-color: #5F669E;
}
.BgClassName
{
background-color: #5F669E;
}
</style>
border-color css
<style>
span { border-color: #5F669E; }
span { border-color: rgb(95,102,158); }
td.TdClassName
{
border-color: #5F669E;
}
.TagClassName
{
border-color: #5F669E;
}
</style>