Shades of Fiord #455F6D
Tints of Fiord #455F6D
RGB
CMYK
RGB Variations
Color information
#455F6D (or 0x455F6D) is known color: Fiord. HEX triplet: 45, 5F and 6D. RGB value is (69,95,109). Sum of RGB (Red+Green+Blue) = 69+95+109=273 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.27% from 273); Green value is 95 (37.5% from 255 or 34.80% from 273); Blue value is 109 (42.97% from 255 or 39.93% from 273); Max value from RGB is 109 - color contains mainly: blue. Hex color #455F6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455F6D is #BAA092. Grayscale: #585858. Windows color (decimal): -12230803 or 7167813. OLE color: 7167813.
HSL color Cylindrical-coordinate representation of color #455F6D: hue angle of 201º 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 #455F6D is Cyan = 0.37, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 69 | 95 | 109 | - |
| CMYK | 0.37 | 0.13 | 0 | 0.57 |
| HSL | 201º | 0.22% | 0.35% | - |
| HSV(B) | 201º | 0.37% | 0.43% | - |
| XYZ | 9.31 | 10.55 | 16.01 | - |
| YUV | 88.82 | 139.39 | 113.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 95 | 109 | 0.37 | 0.13 | 0 | 0.57 | 201 | 0.22 | 0.35 |
| Hex | 45 | 5F | 6D | 25 | D | 0 | 39 | C9 | 16 | 23 |
| Octal | 105 | 137 | 155 | 45 | 15 | 0 | 71 | 311 | 26 | 43 |
| Binary | 1000101 | 1011111 | 1101101 | 100101 | 1101 | 0 | 111001 | 11001001 | 10110 | 100011 |
Color Harmonies of #455F6D
Complementary color
Monochromatic Colors of #455F6D
Black with #455F6D
Text Example
Text Example
White with #455F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455F6D; }
p { color: rgb(69,95,109); }
H1.HeaderClassName
{
color: #455F6D;
}
.AnyTagClassName
{
color: #455F6D;
}
</style>
background-color css
<style>
a { background-color: #455F6D; }
a { background-color: rgb(69,95,109); }
div.DivClassName
{
background-color: #455F6D;
}
.BgClassName
{
background-color: #455F6D;
}
</style>
border-color css
<style>
span { border-color: #455F6D; }
span { border-color: rgb(69,95,109); }
td.TdClassName
{
border-color: #455F6D;
}
.TagClassName
{
border-color: #455F6D;
}
</style>