Shades of Chetwode Blue #5F65B3
Tints of Chetwode Blue #5F65B3
RGB
CMYK
RGB Variations
Color information
#5F65B3 (or 0x5F65B3) is known color: Chetwode Blue. HEX triplet: 5F, 65 and B3. RGB value is (95,101,179). Sum of RGB (Red+Green+Blue) = 95+101+179=375 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.33% from 375); Green value is 101 (39.84% from 255 or 26.93% from 375); Blue value is 179 (70.31% from 255 or 47.73% from 375); Max value from RGB is 179 - color contains mainly: blue. Hex color #5F65B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F65B3 is #A09A4C. Grayscale: #6B6B6B. Windows color (decimal): -10525261 or 11756895. OLE color: 11756895.
HSL color Cylindrical-coordinate representation of color #5F65B3: hue angle of 235.71º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5F65B3 is Cyan = 0.47, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 95 | 101 | 179 | - |
| CMYK | 0.47 | 0.44 | 0 | 0.30 |
| HSL | 235.71º | 0.36% | 0.54% | - |
| HSV(B) | 235.71º | 0.47% | 0.7% | - |
| XYZ | 17.51 | 14.99 | 44.62 | - |
| YUV | 108.1 | 168.01 | 118.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 101 | 179 | 0.47 | 0.44 | 0 | 0.30 | 235.71 | 0.36 | 0.54 |
| Hex | 5F | 65 | B3 | 2F | 2C | 0 | 1E | EC | 24 | 36 |
| Octal | 137 | 145 | 263 | 57 | 54 | 0 | 36 | 354 | 44 | 66 |
| Binary | 1011111 | 1100101 | 10110011 | 101111 | 101100 | 0 | 11110 | 11101100 | 100100 | 110110 |
Color Harmonies of #5F65B3
Complementary color
Monochromatic Colors of #5F65B3
Black with #5F65B3
Text Example
Text Example
White with #5F65B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F65B3; }
p { color: rgb(95,101,179); }
H1.HeaderClassName
{
color: #5F65B3;
}
.AnyTagClassName
{
color: #5F65B3;
}
</style>
background-color css
<style>
a { background-color: #5F65B3; }
a { background-color: rgb(95,101,179); }
div.DivClassName
{
background-color: #5F65B3;
}
.BgClassName
{
background-color: #5F65B3;
}
</style>
border-color css
<style>
span { border-color: #5F65B3; }
span { border-color: rgb(95,101,179); }
td.TdClassName
{
border-color: #5F65B3;
}
.TagClassName
{
border-color: #5F65B3;
}
</style>