Shades of Fiord #455D6D
Tints of Fiord #455D6D
RGB
CMYK
RGB Variations
Color information
#455D6D (or 0x455D6D) is known color: Fiord. HEX triplet: 45, 5D and 6D. RGB value is (69,93,109). Sum of RGB (Red+Green+Blue) = 69+93+109=271 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.46% from 271); Green value is 93 (36.72% from 255 or 34.32% from 271); Blue value is 109 (42.97% from 255 or 40.22% from 271); Max value from RGB is 109 - color contains mainly: blue. Hex color #455D6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455D6D is #BAA292. Grayscale: #575757. Windows color (decimal): -12231315 or 7167301. OLE color: 7167301.
HSL color Cylindrical-coordinate representation of color #455D6D: hue angle of 204º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #455D6D is Cyan = 0.37, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 69 | 93 | 109 | - |
| CMYK | 0.37 | 0.15 | 0 | 0.57 |
| HSL | 204º | 0.22% | 0.35% | - |
| HSV(B) | 204º | 0.37% | 0.43% | - |
| XYZ | 9.13 | 10.2 | 15.96 | - |
| YUV | 87.65 | 140.05 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 93 | 109 | 0.37 | 0.15 | 0 | 0.57 | 204 | 0.22 | 0.35 |
| Hex | 45 | 5D | 6D | 25 | F | 0 | 39 | CC | 16 | 23 |
| Octal | 105 | 135 | 155 | 45 | 17 | 0 | 71 | 314 | 26 | 43 |
| Binary | 1000101 | 1011101 | 1101101 | 100101 | 1111 | 0 | 111001 | 11001100 | 10110 | 100011 |
Color Harmonies of #455D6D
Complementary color
Monochromatic Colors of #455D6D
Black with #455D6D
Text Example
Text Example
White with #455D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455D6D; }
p { color: rgb(69,93,109); }
H1.HeaderClassName
{
color: #455D6D;
}
.AnyTagClassName
{
color: #455D6D;
}
</style>
background-color css
<style>
a { background-color: #455D6D; }
a { background-color: rgb(69,93,109); }
div.DivClassName
{
background-color: #455D6D;
}
.BgClassName
{
background-color: #455D6D;
}
</style>
border-color css
<style>
span { border-color: #455D6D; }
span { border-color: rgb(69,93,109); }
td.TdClassName
{
border-color: #455D6D;
}
.TagClassName
{
border-color: #455D6D;
}
</style>