Html Css Color HEX #406055 Stromboli

📋 copy color: '#406055'

red 64 ◦ green 96 ◦ blue 85

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

Shades of Stromboli #406055

Tints of Stromboli #406055

RGB

 RED value IS 64 (25.39% from 255) = 26.12%

 GREEN value IS 96 (37.89% from 255) = 39.18%

 BLUE value IS 85 (33.59% from 255) = 34.69%

R = 26.12%
G = 39.18%
B = 34.69%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.11

 K value IS 0.62

RGB Variations

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

Color information

#406055 (or 0x406055) is known color: Stromboli. HEX triplet: 40, 60 and 55. RGB value is (64,96,85). Sum of RGB (Red+Green+Blue) = 64+96+85=245 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.12% from 245); Green value is 96 (37.89% from 255 or 39.18% from 245); Blue value is 85 (33.59% from 255 or 34.69% from 245); Max value from RGB is 96 - color contains mainly: green. Hex color #406055 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406055 is #BF9FAA. Grayscale: #555555. Windows color (decimal): -12558251 or 5595200. OLE color: 5595200.

HSL color Cylindrical-coordinate representation of color #406055: hue angle of 159.38º degrees, saturation: 0.2, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #406055 is Cyan = 0.33, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.62.

Color convert

RGB 64 96 85 -
CMYK 0.33 0 0.11 0.62
HSL 159.38º 0.2% 0.31% -
HSV(B) 159.38º 0.33% 0.38% -
XYZ 7.94 10.11 10.13 -
YUV 85.18 127.9 112.89 -
System Red Green Blue C M Y K H S L
Decimal 64 96 85 0.33 0 0.11 0.62 159.38 0.2 0.31
Hex 40 60 55 21 0 B 3E 9F 14 1F
Octal 100 140 125 41 0 13 76 237 24 37
Binary 1000000 1100000 1010101 100001 0 1011 111110 10011111 10100 11111

Color Harmonies of #406055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406055

Black with #406055

Text Example


Text Example

White with #406055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406055; }

 p { color: rgb(64,96,85); }

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

background-color css

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

 a { background-color: rgb(64,96,85); }

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

border-color css

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

 span { border-color: rgb(64,96,85); }

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