Html Css Color HEX #445D54 Stromboli

📋 copy color: '#445D54'

red 68 ◦ green 93 ◦ blue 84

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

Shades of Stromboli #445D54

Tints of Stromboli #445D54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 34.29%

R = 27.76%
G = 37.96%
B = 34.29%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.10

 K value IS 0.64

RGB Variations

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

Color information

#445D54 (or 0x445D54) is known color: Stromboli. HEX triplet: 44, 5D and 54. RGB value is (68,93,84). Sum of RGB (Red+Green+Blue) = 68+93+84=245 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.76% from 245); Green value is 93 (36.72% from 255 or 37.96% from 245); Blue value is 84 (33.20% from 255 or 34.29% from 245); Max value from RGB is 93 - color contains mainly: green. Hex color #445D54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445D54 is #BBA2AB. Grayscale: #545454. Windows color (decimal): -12296876 or 5528900. OLE color: 5528900.

HSL color Cylindrical-coordinate representation of color #445D54: hue angle of 158.4º 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 #445D54 is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.64.

Color convert

RGB 68 93 84 -
CMYK 0.27 0 0.10 0.64
HSL 158.4º 0.16% 0.32% -
HSV(B) 158.4º 0.27% 0.36% -
XYZ 7.9 9.7 9.84 -
YUV 84.5 127.72 116.23 -
System Red Green Blue C M Y K H S L
Decimal 68 93 84 0.27 0 0.10 0.64 158.4 0.16 0.32
Hex 44 5D 54 1B 0 A 40 9E 10 20
Octal 104 135 124 33 0 12 100 236 20 40
Binary 1000100 1011101 1010100 11011 0 1010 1000000 10011110 10000 100000

Color Harmonies of #445D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445D54

Black with #445D54

Text Example


Text Example

White with #445D54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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