Shades of Casal #455A5C
Tints of Casal #455A5C
RGB
CMYK
RGB Variations
Color information
#455A5C (or 0x455A5C) is known color: Casal. HEX triplet: 45, 5A and 5C. RGB value is (69,90,92). Sum of RGB (Red+Green+Blue) = 69+90+92=251 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.49% from 251); Green value is 90 (35.55% from 255 or 35.86% from 251); Blue value is 92 (36.33% from 255 or 36.65% from 251); Max value from RGB is 92 - color contains mainly: blue. Hex color #455A5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455A5C is #BAA5A3. Grayscale: #535353. Windows color (decimal): -12232100 or 6052421. OLE color: 6052421.
HSL color Cylindrical-coordinate representation of color #455A5C: hue angle of 185.22º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #455A5C is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 69 | 90 | 92 | - |
| CMYK | 0.25 | 0.02 | 0 | 0.64 |
| HSL | 185.22º | 0.14% | 0.32% | - |
| HSV(B) | 185.22º | 0.25% | 0.36% | - |
| XYZ | 8.04 | 9.35 | 11.51 | - |
| YUV | 83.95 | 132.54 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 90 | 92 | 0.25 | 0.02 | 0 | 0.64 | 185.22 | 0.14 | 0.32 |
| Hex | 45 | 5A | 5C | 19 | 2 | 0 | 40 | B9 | E | 20 |
| Octal | 105 | 132 | 134 | 31 | 2 | 0 | 100 | 271 | 16 | 40 |
| Binary | 1000101 | 1011010 | 1011100 | 11001 | 10 | 0 | 1000000 | 10111001 | 1110 | 100000 |
Color Harmonies of #455A5C
Complementary color
Monochromatic Colors of #455A5C
Black with #455A5C
Text Example
Text Example
White with #455A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455A5C; }
p { color: rgb(69,90,92); }
H1.HeaderClassName
{
color: #455A5C;
}
.AnyTagClassName
{
color: #455A5C;
}
</style>
background-color css
<style>
a { background-color: #455A5C; }
a { background-color: rgb(69,90,92); }
div.DivClassName
{
background-color: #455A5C;
}
.BgClassName
{
background-color: #455A5C;
}
</style>
border-color css
<style>
span { border-color: #455A5C; }
span { border-color: rgb(69,90,92); }
td.TdClassName
{
border-color: #455A5C;
}
.TagClassName
{
border-color: #455A5C;
}
</style>