Html Css Color HEX #445B5D Smalt Blue

📋 copy color: '#445B5D'

red 68 ◦ green 91 ◦ blue 93

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

Shades of Smalt Blue #445B5D

Tints of Smalt Blue #445B5D

RGB

 RED value IS 68 (26.95% from 255) = 26.98%

 GREEN value IS 91 (35.94% from 255) = 36.11%

 BLUE value IS 93 (36.72% from 255) = 36.9%

R = 26.98%
G = 36.11%
B = 36.9%

CMYK

 C value IS 0.27

 M value IS 0.02

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#445B5D (or 0x445B5D) is known color: Smalt Blue. HEX triplet: 44, 5B and 5D. RGB value is (68,91,93). Sum of RGB (Red+Green+Blue) = 68+91+93=252 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.98% from 252); Green value is 91 (35.94% from 255 or 36.11% from 252); Blue value is 93 (36.72% from 255 or 36.90% from 252); Max value from RGB is 93 - color contains mainly: blue. Hex color #445B5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445B5D is #BBA4A2. Grayscale: #545454. Windows color (decimal): -12297379 or 6118212. OLE color: 6118212.

HSL color Cylindrical-coordinate representation of color #445B5D: hue angle of 184.8º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #445B5D is Cyan = 0.27, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 68 91 93 -
CMYK 0.27 0.02 0 0.64
HSL 184.8º 0.16% 0.32% -
HSV(B) 184.8º 0.27% 0.36% -
XYZ 8.1 9.5 11.76 -
YUV 84.35 132.88 116.34 -
System Red Green Blue C M Y K H S L
Decimal 68 91 93 0.27 0.02 0 0.64 184.8 0.16 0.32
Hex 44 5B 5D 1B 2 0 40 B9 10 20
Octal 104 133 135 33 2 0 100 271 20 40
Binary 1000100 1011011 1011101 11011 10 0 1000000 10111001 10000 100000

Color Harmonies of #445B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445B5D

Black with #445B5D

Text Example


Text Example

White with #445B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445B5D; }

 p { color: rgb(68,91,93); }

 H1.HeaderClassName
 {
   color: #445B5D;
 }
 .AnyTagClassName
 {
   color: #445B5D;
 }
</style>

background-color css

<style>
 a { background-color: #445B5D; }

 a { background-color: rgb(68,91,93); }

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

border-color css

<style>
 span { border-color: #445B5D; }

 span { border-color: rgb(68,91,93); }

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