#455D6F

Color #455D6F Fiord (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiord #455D6F

Tints of Fiord #455D6F

Color information

#455D6F (or 0x455D6F) is unknown color: approx Fiord. HEX triplet: 45, 5D and 6F. RGB value is (69,93,111). Sum of RGB (Red+Green+Blue) = 69+93+111=273 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.27% from 273); Green value is 93 (36.72% from 255 or 34.07% from 273); Blue value is 111 (43.75% from 255 or 40.66% from 273); Max value from RGB is 111 - color contains mainly: blue. Hex color #455D6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455D6F is #BAA290. Grayscale: #575757. Windows color (decimal): -12231313 or 7298373. OLE color: 7298373.

HSL color Cylindrical-coordinate representation of color #455D6F: hue angle of 205.71º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #455D6F is Cyan = 0.38, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6993111-
CMYK0.380.1600.56
HSL205.71º23.33%35.29%-
HSV(B)205.71º37.84%43.53%-
XYZ9.2410.2416.53-
YUV87.88141.05114.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 69 (27.34% from 255) = 25.27%
GREEN value IS 93 (36.72% from 255) = 34.07%
BLUE value IS 111 (43.75% from 255) = 40.66%
R=25.27%
G=34.07%
B=40.66%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal69931110.380.1600.56205.7123.3335.29
Hex455D6F2610038ce1723
Octal10513515746200703162743
Binary1000101101110111011111001101000001110001100111010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455D6F; }

 p { color: rgb(69,93,111); }

 H1.HeaderClassName
 {
   color: #455D6F;
 }
 .AnyTagClassName
 {
   color: #455D6F;
 }
</style>
background-color css

<style>
 a { background-color: #455D6F; }

 a { background-color: rgb(69,93,111); }

 div.DivClassName
 {
   background-color: #455D6F;
 }
 .BgClassName
 {
   background-color: #455D6F;
 }
</style>
border-color css

<style>
 span { border-color: #455D6F; }

 span { border-color: rgb(69,93,111); }

 td.TdClassName
 {
   border-color: #455D6F;
 }
 .TagClassName
 {
   border-color: #455D6F;
 }
</style>