Shades of Chetwode Blue #5B68AF
Tints of Chetwode Blue #5B68AF
RGB
CMYK
RGB Variations
Color information
#5B68AF (or 0x5B68AF) is known color: Chetwode Blue. HEX triplet: 5B, 68 and AF. RGB value is (91,104,175). Sum of RGB (Red+Green+Blue) = 91+104+175=370 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.59% from 370); Green value is 104 (41.02% from 255 or 28.11% from 370); Blue value is 175 (68.75% from 255 or 47.30% from 370); Max value from RGB is 175 - color contains mainly: blue. Hex color #5B68AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B68AF is #A49750. Grayscale: #6B6B6B. Windows color (decimal): -10786641 or 11495515. OLE color: 11495515.
HSL color Cylindrical-coordinate representation of color #5B68AF: hue angle of 230.71º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5B68AF is Cyan = 0.48, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 91 | 104 | 175 | - |
| CMYK | 0.48 | 0.41 | 0 | 0.31 |
| HSL | 230.71º | 0.34% | 0.52% | - |
| HSV(B) | 230.71º | 0.48% | 0.69% | - |
| XYZ | 17 | 15.22 | 42.6 | - |
| YUV | 108.21 | 165.69 | 115.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 104 | 175 | 0.48 | 0.41 | 0 | 0.31 | 230.71 | 0.34 | 0.52 |
| Hex | 5B | 68 | AF | 30 | 29 | 0 | 1F | E7 | 22 | 34 |
| Octal | 133 | 150 | 257 | 60 | 51 | 0 | 37 | 347 | 42 | 64 |
| Binary | 1011011 | 1101000 | 10101111 | 110000 | 101001 | 0 | 11111 | 11100111 | 100010 | 110100 |
Color Harmonies of #5B68AF
Complementary color
Monochromatic Colors of #5B68AF
Black with #5B68AF
Text Example
Text Example
White with #5B68AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B68AF; }
p { color: rgb(91,104,175); }
H1.HeaderClassName
{
color: #5B68AF;
}
.AnyTagClassName
{
color: #5B68AF;
}
</style>
background-color css
<style>
a { background-color: #5B68AF; }
a { background-color: rgb(91,104,175); }
div.DivClassName
{
background-color: #5B68AF;
}
.BgClassName
{
background-color: #5B68AF;
}
</style>
border-color css
<style>
span { border-color: #5B68AF; }
span { border-color: rgb(91,104,175); }
td.TdClassName
{
border-color: #5B68AF;
}
.TagClassName
{
border-color: #5B68AF;
}
</style>