Shades of Chetwode Blue #5A65CB
Tints of Chetwode Blue #5A65CB
RGB
CMYK
RGB Variations
Color information
#5A65CB (or 0x5A65CB) is known color: Chetwode Blue. HEX triplet: 5A, 65 and CB. RGB value is (90,101,203). Sum of RGB (Red+Green+Blue) = 90+101+203=394 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.84% from 394); Green value is 101 (39.84% from 255 or 25.63% from 394); Blue value is 203 (79.69% from 255 or 51.52% from 394); Max value from RGB is 203 - color contains mainly: blue. Hex color #5A65CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A65CB is #A59A34. Grayscale: #6C6C6C. Windows color (decimal): -10852917 or 13329754. OLE color: 13329754.
HSL color Cylindrical-coordinate representation of color #5A65CB: hue angle of 234.16º 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 #5A65CB is Cyan = 0.56, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 90 | 101 | 203 | - |
| CMYK | 0.56 | 0.50 | 0 | 0.20 |
| HSL | 234.16º | 0.52% | 0.57% | - |
| HSV(B) | 234.16º | 0.56% | 0.8% | - |
| XYZ | 19.65 | 15.79 | 58.51 | - |
| YUV | 109.34 | 180.86 | 114.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 101 | 203 | 0.56 | 0.50 | 0 | 0.20 | 234.16 | 0.52 | 0.57 |
| Hex | 5A | 65 | CB | 38 | 32 | 0 | 14 | EA | 34 | 39 |
| Octal | 132 | 145 | 313 | 70 | 62 | 0 | 24 | 352 | 64 | 71 |
| Binary | 1011010 | 1100101 | 11001011 | 111000 | 110010 | 0 | 10100 | 11101010 | 110100 | 111001 |
Color Harmonies of #5A65CB
Complementary color
Monochromatic Colors of #5A65CB
Black with #5A65CB
Text Example
Text Example
White with #5A65CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A65CB; }
p { color: rgb(90,101,203); }
H1.HeaderClassName
{
color: #5A65CB;
}
.AnyTagClassName
{
color: #5A65CB;
}
</style>
background-color css
<style>
a { background-color: #5A65CB; }
a { background-color: rgb(90,101,203); }
div.DivClassName
{
background-color: #5A65CB;
}
.BgClassName
{
background-color: #5A65CB;
}
</style>
border-color css
<style>
span { border-color: #5A65CB; }
span { border-color: rgb(90,101,203); }
td.TdClassName
{
border-color: #5A65CB;
}
.TagClassName
{
border-color: #5A65CB;
}
</style>