Shades of Chetwode Blue #5A66CB
Tints of Chetwode Blue #5A66CB
RGB
CMYK
RGB Variations
Color information
#5A66CB (or 0x5A66CB) is known color: Chetwode Blue. HEX triplet: 5A, 66 and CB. RGB value is (90,102,203). Sum of RGB (Red+Green+Blue) = 90+102+203=395 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.78% from 395); Green value is 102 (40.23% from 255 or 25.82% from 395); Blue value is 203 (79.69% from 255 or 51.39% from 395); Max value from RGB is 203 - color contains mainly: blue. Hex color #5A66CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A66CB is #A59934. Grayscale: #6D6D6D. Windows color (decimal): -10852661 or 13330010. OLE color: 13330010.
HSL color Cylindrical-coordinate representation of color #5A66CB: hue angle of 233.63º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5A66CB is Cyan = 0.56, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 90 | 102 | 203 | - |
| CMYK | 0.56 | 0.50 | 0 | 0.20 |
| HSL | 233.63º | 0.52% | 0.57% | - |
| HSV(B) | 233.63º | 0.56% | 0.8% | - |
| XYZ | 19.75 | 15.99 | 58.55 | - |
| YUV | 109.93 | 180.52 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 102 | 203 | 0.56 | 0.50 | 0 | 0.20 | 233.63 | 0.52 | 0.57 |
| Hex | 5A | 66 | CB | 38 | 32 | 0 | 14 | EA | 34 | 39 |
| Octal | 132 | 146 | 313 | 70 | 62 | 0 | 24 | 352 | 64 | 71 |
| Binary | 1011010 | 1100110 | 11001011 | 111000 | 110010 | 0 | 10100 | 11101010 | 110100 | 111001 |
Color Harmonies of #5A66CB
Complementary color
Monochromatic Colors of #5A66CB
Black with #5A66CB
Text Example
Text Example
White with #5A66CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A66CB; }
p { color: rgb(90,102,203); }
H1.HeaderClassName
{
color: #5A66CB;
}
.AnyTagClassName
{
color: #5A66CB;
}
</style>
background-color css
<style>
a { background-color: #5A66CB; }
a { background-color: rgb(90,102,203); }
div.DivClassName
{
background-color: #5A66CB;
}
.BgClassName
{
background-color: #5A66CB;
}
</style>
border-color css
<style>
span { border-color: #5A66CB; }
span { border-color: rgb(90,102,203); }
td.TdClassName
{
border-color: #5A66CB;
}
.TagClassName
{
border-color: #5A66CB;
}
</style>