Shades of Chetwode Blue #5A6FCC
Tints of Chetwode Blue #5A6FCC
RGB
CMYK
RGB Variations
Color information
#5A6FCC (or 0x5A6FCC) is known color: Chetwode Blue. HEX triplet: 5A, 6F and CC. RGB value is (90,111,204). Sum of RGB (Red+Green+Blue) = 90+111+204=405 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.22% from 405); Green value is 111 (43.75% from 255 or 27.41% from 405); Blue value is 204 (80.08% from 255 or 50.37% from 405); Max value from RGB is 204 - color contains mainly: blue. Hex color #5A6FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A6FCC is #A59033. Grayscale: #727272. Windows color (decimal): -10850356 or 13397850. OLE color: 13397850.
HSL color Cylindrical-coordinate representation of color #5A6FCC: hue angle of 228.95º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5A6FCC is Cyan = 0.56, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 90 | 111 | 204 | - |
| CMYK | 0.56 | 0.46 | 0 | 0.2 |
| HSL | 228.95º | 0.53% | 0.58% | - |
| HSV(B) | 228.95º | 0.56% | 0.8% | - |
| XYZ | 20.8 | 17.9 | 59.49 | - |
| YUV | 115.32 | 178.04 | 109.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 111 | 204 | 0.56 | 0.46 | 0 | 0.2 | 228.95 | 0.53 | 0.58 |
| Hex | 5A | 6F | CC | 38 | 2E | 0 | 14 | E5 | 35 | 3A |
| Octal | 132 | 157 | 314 | 70 | 56 | 0 | 24 | 345 | 65 | 72 |
| Binary | 1011010 | 1101111 | 11001100 | 111000 | 101110 | 0 | 10100 | 11100101 | 110101 | 111010 |
Color Harmonies of #5A6FCC
Complementary color
Monochromatic Colors of #5A6FCC
Black with #5A6FCC
Text Example
Text Example
White with #5A6FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6FCC; }
p { color: rgb(90,111,204); }
H1.HeaderClassName
{
color: #5A6FCC;
}
.AnyTagClassName
{
color: #5A6FCC;
}
</style>
background-color css
<style>
a { background-color: #5A6FCC; }
a { background-color: rgb(90,111,204); }
div.DivClassName
{
background-color: #5A6FCC;
}
.BgClassName
{
background-color: #5A6FCC;
}
</style>
border-color css
<style>
span { border-color: #5A6FCC; }
span { border-color: rgb(90,111,204); }
td.TdClassName
{
border-color: #5A6FCC;
}
.TagClassName
{
border-color: #5A6FCC;
}
</style>