#455B6C

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

Shades of Fiord #455B6C

Tints of Fiord #455B6C

Color information

#455B6C (or 0x455B6C) is unknown color: approx Fiord. HEX triplet: 45, 5B and 6C. RGB value is (69,91,108). Sum of RGB (Red+Green+Blue) = 69+91+108=268 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.75% from 268); Green value is 91 (35.94% from 255 or 33.96% from 268); Blue value is 108 (42.58% from 255 or 40.30% from 268); Max value from RGB is 108 - color contains mainly: blue. Hex color #455B6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455B6C is #BAA493. Grayscale: #565656. Windows color (decimal): -12231828 or 7101253. OLE color: 7101253.

HSL color Cylindrical-coordinate representation of color #455B6C: hue angle of 206.15º 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 #455B6C is Cyan = 0.36, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6991108-
CMYK0.360.1600.58
HSL206.15º22.03%34.71%-
HSV(B)206.15º36.11%42.35%-
XYZ8.99.8315.62-
YUV86.36140.21115.62-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.75%
GREEN value IS 91 (35.94% from 255) = 33.96%
BLUE value IS 108 (42.58% from 255) = 40.30%
R=25.75%
G=33.96%
B=40.30%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal69911080.360.1600.58206.1522.0334.71
Hex455B6C241003Ace1623
Octal10513315444200723162643
Binary1000101101101111011001001001000001110101100111010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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