#455D6C

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

Shades of Fiord #455D6C

Tints of Fiord #455D6C

Color information

#455D6C (or 0x455D6C) is unknown color: approx Fiord. HEX triplet: 45, 5D and 6C. RGB value is (69,93,108). Sum of RGB (Red+Green+Blue) = 69+93+108=270 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.56% from 270); Green value is 93 (36.72% from 255 or 34.44% from 270); Blue value is 108 (42.58% from 255 or 40% from 270); Max value from RGB is 108 - color contains mainly: blue. Hex color #455D6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455D6C is #BAA293. Grayscale: #575757. Windows color (decimal): -12231316 or 7101765. OLE color: 7101765.

HSL color Cylindrical-coordinate representation of color #455D6C: hue angle of 203.08º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #455D6C is Cyan = 0.36, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6993108-
CMYK0.360.1400.58
HSL203.08º22.03%34.71%-
HSV(B)203.08º36.11%42.35%-
XYZ9.0810.1815.67-
YUV87.53139.55114.78-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.56%
GREEN value IS 93 (36.72% from 255) = 34.44%
BLUE value IS 108 (42.58% from 255) = 40%
R=25.56%
G=34.44%
B=40%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal69931080.360.1400.58203.0822.0334.71
Hex455D6C24E03Acb1623
Octal10513515444160723132643
Binary100010110111011101100100100111001110101100101110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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