Shades of Chetwode Blue #5566C3
Tints of Chetwode Blue #5566C3
RGB
CMYK
RGB Variations
Color information
#5566C3 (or 0x5566C3) is known color: Chetwode Blue. HEX triplet: 55, 66 and C3. RGB value is (85,102,195). Sum of RGB (Red+Green+Blue) = 85+102+195=382 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.25% from 382); Green value is 102 (40.23% from 255 or 26.70% from 382); Blue value is 195 (76.56% from 255 or 51.05% from 382); Max value from RGB is 195 - color contains mainly: blue. Hex color #5566C3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5566C3 is #AA993C. Grayscale: #6B6B6B. Windows color (decimal): -11180349 or 12805717. OLE color: 12805717.
HSL color Cylindrical-coordinate representation of color #5566C3: hue angle of 230.73º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5566C3 is Cyan = 0.56, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 85 | 102 | 195 | - |
| CMYK | 0.56 | 0.48 | 0 | 0.24 |
| HSL | 230.73º | 0.48% | 0.55% | - |
| HSV(B) | 230.73º | 0.56% | 0.76% | - |
| XYZ | 18.35 | 15.37 | 53.63 | - |
| YUV | 107.52 | 177.37 | 111.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 102 | 195 | 0.56 | 0.48 | 0 | 0.24 | 230.73 | 0.48 | 0.55 |
| Hex | 55 | 66 | C3 | 38 | 30 | 0 | 18 | E7 | 30 | 37 |
| Octal | 125 | 146 | 303 | 70 | 60 | 0 | 30 | 347 | 60 | 67 |
| Binary | 1010101 | 1100110 | 11000011 | 111000 | 110000 | 0 | 11000 | 11100111 | 110000 | 110111 |
Color Harmonies of #5566C3
Complementary color
Monochromatic Colors of #5566C3
Black with #5566C3
Text Example
Text Example
White with #5566C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5566C3; }
p { color: rgb(85,102,195); }
H1.HeaderClassName
{
color: #5566C3;
}
.AnyTagClassName
{
color: #5566C3;
}
</style>
background-color css
<style>
a { background-color: #5566C3; }
a { background-color: rgb(85,102,195); }
div.DivClassName
{
background-color: #5566C3;
}
.BgClassName
{
background-color: #5566C3;
}
</style>
border-color css
<style>
span { border-color: #5566C3; }
span { border-color: rgb(85,102,195); }
td.TdClassName
{
border-color: #5566C3;
}
.TagClassName
{
border-color: #5566C3;
}
</style>