Html Css Color HEX #416054 Stromboli

📋 copy color: '#416054'

red 65 ◦ green 96 ◦ blue 84

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

Shades of Stromboli #416054

Tints of Stromboli #416054

RGB

 RED value IS 65 (25.78% from 255) = 26.53%

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

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

R = 26.53%
G = 39.18%
B = 34.29%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.12

 K value IS 0.62

RGB Variations

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

Color information

#416054 (or 0x416054) is known color: Stromboli. HEX triplet: 41, 60 and 54. RGB value is (65,96,84). Sum of RGB (Red+Green+Blue) = 65+96+84=245 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.53% from 245); Green value is 96 (37.89% from 255 or 39.18% from 245); Blue value is 84 (33.20% from 255 or 34.29% from 245); Max value from RGB is 96 - color contains mainly: green. Hex color #416054 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416054 is #BE9FAB. Grayscale: #555555. Windows color (decimal): -12492716 or 5529665. OLE color: 5529665.

HSL color Cylindrical-coordinate representation of color #416054: hue angle of 156.77º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #416054 is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.62.

Color convert

RGB 65 96 84 -
CMYK 0.32 0 0.12 0.62
HSL 156.77º 0.19% 0.32% -
HSV(B) 156.77º 0.32% 0.38% -
XYZ 7.96 10.13 9.92 -
YUV 85.36 127.23 113.48 -
System Red Green Blue C M Y K H S L
Decimal 65 96 84 0.32 0 0.12 0.62 156.77 0.19 0.32
Hex 41 60 54 20 0 C 3E 9D 13 20
Octal 101 140 124 40 0 14 76 235 23 40
Binary 1000001 1100000 1010100 100000 0 1100 111110 10011101 10011 100000

Color Harmonies of #416054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416054

Black with #416054

Text Example


Text Example

White with #416054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416054; }

 p { color: rgb(65,96,84); }

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

background-color css

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

 a { background-color: rgb(65,96,84); }

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

border-color css

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

 span { border-color: rgb(65,96,84); }

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