Html Css Color HEX #445C53 Stromboli

📋 copy color: '#445C53'

red 68 ◦ green 92 ◦ blue 83

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

Shades of Stromboli #445C53

Tints of Stromboli #445C53

RGB

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

 GREEN value IS 92 (36.33% from 255) = 37.86%

 BLUE value IS 83 (32.81% from 255) = 34.16%

R = 27.98%
G = 37.86%
B = 34.16%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.10

 K value IS 0.64

RGB Variations

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

Color information

#445C53 (or 0x445C53) is known color: Stromboli. HEX triplet: 44, 5C and 53. RGB value is (68,92,83). Sum of RGB (Red+Green+Blue) = 68+92+83=243 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.98% from 243); Green value is 92 (36.33% from 255 or 37.86% from 243); Blue value is 83 (32.81% from 255 or 34.16% from 243); Max value from RGB is 92 - color contains mainly: green. Hex color #445C53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445C53 is #BBA3AC. Grayscale: #535353. Windows color (decimal): -12297133 or 5463108. OLE color: 5463108.

HSL color Cylindrical-coordinate representation of color #445C53: hue angle of 157.5º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #445C53 is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.64.

Color convert

RGB 68 92 83 -
CMYK 0.26 0 0.10 0.64
HSL 157.5º 0.15% 0.31% -
HSV(B) 157.5º 0.26% 0.36% -
XYZ 7.77 9.51 9.61 -
YUV 83.8 127.55 116.73 -
System Red Green Blue C M Y K H S L
Decimal 68 92 83 0.26 0 0.10 0.64 157.5 0.15 0.31
Hex 44 5C 53 1A 0 A 40 9E F 1F
Octal 104 134 123 32 0 12 100 236 17 37
Binary 1000100 1011100 1010011 11010 0 1010 1000000 10011110 1111 11111

Color Harmonies of #445C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445C53

Black with #445C53

Text Example


Text Example

White with #445C53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,92,83); }

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

background-color css

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

 a { background-color: rgb(68,92,83); }

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

border-color css

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

 span { border-color: rgb(68,92,83); }

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