Shades of Chetwode Blue #5A67AF
Tints of Chetwode Blue #5A67AF
RGB
CMYK
RGB Variations
Color information
#5A67AF (or 0x5A67AF) is known color: Chetwode Blue. HEX triplet: 5A, 67 and AF. RGB value is (90,103,175). Sum of RGB (Red+Green+Blue) = 90+103+175=368 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.46% from 368); Green value is 103 (40.62% from 255 or 27.99% from 368); Blue value is 175 (68.75% from 255 or 47.55% from 368); Max value from RGB is 175 - color contains mainly: blue. Hex color #5A67AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A67AF is #A59850. Grayscale: #6B6B6B. Windows color (decimal): -10852433 or 11495258. OLE color: 11495258.
HSL color Cylindrical-coordinate representation of color #5A67AF: hue angle of 230.82º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5A67AF is Cyan = 0.49, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 90 | 103 | 175 | - |
| CMYK | 0.49 | 0.41 | 0 | 0.31 |
| HSL | 230.82º | 0.35% | 0.52% | - |
| HSV(B) | 230.82º | 0.49% | 0.69% | - |
| XYZ | 16.8 | 14.97 | 42.56 | - |
| YUV | 107.32 | 166.19 | 115.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 103 | 175 | 0.49 | 0.41 | 0 | 0.31 | 230.82 | 0.35 | 0.52 |
| Hex | 5A | 67 | AF | 31 | 29 | 0 | 1F | E7 | 23 | 34 |
| Octal | 132 | 147 | 257 | 61 | 51 | 0 | 37 | 347 | 43 | 64 |
| Binary | 1011010 | 1100111 | 10101111 | 110001 | 101001 | 0 | 11111 | 11100111 | 100011 | 110100 |
Color Harmonies of #5A67AF
Complementary color
Monochromatic Colors of #5A67AF
Black with #5A67AF
Text Example
Text Example
White with #5A67AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A67AF; }
p { color: rgb(90,103,175); }
H1.HeaderClassName
{
color: #5A67AF;
}
.AnyTagClassName
{
color: #5A67AF;
}
</style>
background-color css
<style>
a { background-color: #5A67AF; }
a { background-color: rgb(90,103,175); }
div.DivClassName
{
background-color: #5A67AF;
}
.BgClassName
{
background-color: #5A67AF;
}
</style>
border-color css
<style>
span { border-color: #5A67AF; }
span { border-color: rgb(90,103,175); }
td.TdClassName
{
border-color: #5A67AF;
}
.TagClassName
{
border-color: #5A67AF;
}
</style>