Html Css Color HEX #455D5E Smalt Blue

📋 copy color: '#455D5E'

red 69 ◦ green 93 ◦ blue 94

#455D5E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Smalt Blue #455D5E

Tints of Smalt Blue #455D5E

RGB

 RED value IS 69 (27.34% from 255) = 26.95%

 GREEN value IS 93 (36.72% from 255) = 36.33%

 BLUE value IS 94 (37.11% from 255) = 36.72%

R = 26.95%
G = 36.33%
B = 36.72%

CMYK

 C value IS 0.27

 M value IS 0.01

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#455D5E (or 0x455D5E) is known color: Smalt Blue. HEX triplet: 45, 5D and 5E. RGB value is (69,93,94). Sum of RGB (Red+Green+Blue) = 69+93+94=256 (33% of max value = 765). Red value is 69 (27.34% from 255 or 26.95% from 256); Green value is 93 (36.72% from 255 or 36.33% from 256); Blue value is 94 (37.11% from 255 or 36.72% from 256); Max value from RGB is 94 - color contains mainly: blue. Hex color #455D5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455D5E is #BAA2A1. Grayscale: #555555. Windows color (decimal): -12231330 or 6184261. OLE color: 6184261.

HSL color Cylindrical-coordinate representation of color #455D5E: hue angle of 182.4º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #455D5E is Cyan = 0.27, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 69 93 94 -
CMYK 0.27 0.01 0 0.63
HSL 182.4º 0.15% 0.32% -
HSV(B) 182.4º 0.27% 0.37% -
XYZ 8.39 9.9 12.06 -
YUV 85.94 132.55 115.92 -
System Red Green Blue C M Y K H S L
Decimal 69 93 94 0.27 0.01 0 0.63 182.4 0.15 0.32
Hex 45 5D 5E 1B 1 0 3F B6 F 20
Octal 105 135 136 33 1 0 77 266 17 40
Binary 1000101 1011101 1011110 11011 1 0 111111 10110110 1111 100000

Color Harmonies of #455D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455D5E

Black with #455D5E

Text Example


Text Example

White with #455D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #455D5E;
 }
 .AnyTagClassName
 {
   color: #455D5E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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