#455C6B

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

Shades of Fiord #455C6B

Tints of Fiord #455C6B

Color information

#455C6B (or 0x455C6B) is unknown color: approx Fiord. HEX triplet: 45, 5C and 6B. RGB value is (69,92,107). Sum of RGB (Red+Green+Blue) = 69+92+107=268 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.75% from 268); Green value is 92 (36.33% from 255 or 34.33% from 268); Blue value is 107 (42.19% from 255 or 39.93% from 268); Max value from RGB is 107 - color contains mainly: blue. Hex color #455C6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455C6B is #BAA394. Grayscale: #565656. Windows color (decimal): -12231573 or 7035973. OLE color: 7035973.

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

Color convert

RGB6992107-
CMYK0.360.1400.58
HSL203.68º21.59%34.51%-
HSV(B)203.68º35.51%41.96%-
XYZ8.949.9815.37-
YUV86.83139.38115.28-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.75%
GREEN value IS 92 (36.33% from 255) = 34.33%
BLUE value IS 107 (42.19% from 255) = 39.93%
R=25.75%
G=34.33%
B=39.93%

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
Decimal69921070.360.1400.58203.6821.5934.51
Hex455C6B24E03Acc1623
Octal10513415344160723142643
Binary100010110111001101011100100111001110101100110010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,92,107); }

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

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

 a { background-color: rgb(69,92,107); }

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

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

 span { border-color: rgb(69,92,107); }

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