Html Css Color HEX #406559 Stromboli

📋 copy color: '#406559'

red 64 ◦ green 101 ◦ blue 89

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

Shades of Stromboli #406559

Tints of Stromboli #406559

RGB

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

 GREEN value IS 101 (39.84% from 255) = 39.76%

 BLUE value IS 89 (35.16% from 255) = 35.04%

R = 25.2%
G = 39.76%
B = 35.04%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.12

 K value IS 0.60

RGB Variations

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

Color information

#406559 (or 0x406559) is known color: Stromboli. HEX triplet: 40, 65 and 59. RGB value is (64,101,89). Sum of RGB (Red+Green+Blue) = 64+101+89=254 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.20% from 254); Green value is 101 (39.84% from 255 or 39.76% from 254); Blue value is 89 (35.16% from 255 or 35.04% from 254); Max value from RGB is 101 - color contains mainly: green. Hex color #406559 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406559 is #BF9AA6. Grayscale: #585858. Windows color (decimal): -12556967 or 5858624. OLE color: 5858624.

HSL color Cylindrical-coordinate representation of color #406559: hue angle of 160.54º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #406559 is Cyan = 0.37, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.60.

Color convert

RGB 64 101 89 -
CMYK 0.37 0 0.12 0.60
HSL 160.54º 0.22% 0.32% -
HSV(B) 160.54º 0.37% 0.4% -
XYZ 8.57 11.12 11.15 -
YUV 88.57 128.24 110.48 -
System Red Green Blue C M Y K H S L
Decimal 64 101 89 0.37 0 0.12 0.60 160.54 0.22 0.32
Hex 40 65 59 25 0 C 3C A1 16 20
Octal 100 145 131 45 0 14 74 241 26 40
Binary 1000000 1100101 1011001 100101 0 1100 111100 10100001 10110 100000

Color Harmonies of #406559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406559

Black with #406559

Text Example


Text Example

White with #406559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406559; }

 p { color: rgb(64,101,89); }

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

background-color css

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

 a { background-color: rgb(64,101,89); }

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

border-color css

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

 span { border-color: rgb(64,101,89); }

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