Shades of Chetwode Blue #5C74B3
Tints of Chetwode Blue #5C74B3
RGB
CMYK
RGB Variations
Color information
#5C74B3 (or 0x5C74B3) is known color: Chetwode Blue. HEX triplet: 5C, 74 and B3. RGB value is (92,116,179). Sum of RGB (Red+Green+Blue) = 92+116+179=387 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.77% from 387); Green value is 116 (45.70% from 255 or 29.97% from 387); Blue value is 179 (70.31% from 255 or 46.25% from 387); Max value from RGB is 179 - color contains mainly: blue. Hex color #5C74B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C74B3 is #A38B4C. Grayscale: #737373. Windows color (decimal): -10718029 or 11760732. OLE color: 11760732.
HSL color Cylindrical-coordinate representation of color #5C74B3: hue angle of 223.45º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5C74B3 is Cyan = 0.49, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 92 | 116 | 179 | - |
| CMYK | 0.49 | 0.35 | 0 | 0.30 |
| HSL | 223.45º | 0.36% | 0.53% | - |
| HSV(B) | 223.45º | 0.49% | 0.7% | - |
| XYZ | 18.8 | 18.02 | 45.14 | - |
| YUV | 116.01 | 163.55 | 110.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 116 | 179 | 0.49 | 0.35 | 0 | 0.30 | 223.45 | 0.36 | 0.53 |
| Hex | 5C | 74 | B3 | 31 | 23 | 0 | 1E | DF | 24 | 35 |
| Octal | 134 | 164 | 263 | 61 | 43 | 0 | 36 | 337 | 44 | 65 |
| Binary | 1011100 | 1110100 | 10110011 | 110001 | 100011 | 0 | 11110 | 11011111 | 100100 | 110101 |
Color Harmonies of #5C74B3
Complementary color
Monochromatic Colors of #5C74B3
Black with #5C74B3
Text Example
Text Example
White with #5C74B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C74B3; }
p { color: rgb(92,116,179); }
H1.HeaderClassName
{
color: #5C74B3;
}
.AnyTagClassName
{
color: #5C74B3;
}
</style>
background-color css
<style>
a { background-color: #5C74B3; }
a { background-color: rgb(92,116,179); }
div.DivClassName
{
background-color: #5C74B3;
}
.BgClassName
{
background-color: #5C74B3;
}
</style>
border-color css
<style>
span { border-color: #5C74B3; }
span { border-color: rgb(92,116,179); }
td.TdClassName
{
border-color: #5C74B3;
}
.TagClassName
{
border-color: #5C74B3;
}
</style>