Html Css Color HEX #416058 Stromboli

📋 copy color: '#416058'

red 65 ◦ green 96 ◦ blue 88

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

Shades of Stromboli #416058

Tints of Stromboli #416058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 35.34%

R = 26.1%
G = 38.55%
B = 35.34%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.08

 K value IS 0.62

RGB Variations

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

Color information

#416058 (or 0x416058) is known color: Stromboli. HEX triplet: 41, 60 and 58. RGB value is (65,96,88). Sum of RGB (Red+Green+Blue) = 65+96+88=249 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.10% from 249); Green value is 96 (37.89% from 255 or 38.55% from 249); Blue value is 88 (34.77% from 255 or 35.34% from 249); Max value from RGB is 96 - color contains mainly: green. Hex color #416058 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416058 is #BE9FA7. Grayscale: #555555. Windows color (decimal): -12492712 or 5791809. OLE color: 5791809.

HSL color Cylindrical-coordinate representation of color #416058: hue angle of 164.52º 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 #416058 is Cyan = 0.32, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB 65 96 88 -
CMYK 0.32 0 0.08 0.62
HSL 164.52º 0.19% 0.32% -
HSV(B) 164.52º 0.32% 0.38% -
XYZ 8.12 10.19 10.77 -
YUV 85.82 129.23 113.15 -
System Red Green Blue C M Y K H S L
Decimal 65 96 88 0.32 0 0.08 0.62 164.52 0.19 0.32
Hex 41 60 58 20 0 8 3E A5 13 20
Octal 101 140 130 40 0 10 76 245 23 40
Binary 1000001 1100000 1011000 100000 0 1000 111110 10100101 10011 100000

Color Harmonies of #416058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416058

Black with #416058

Text Example


Text Example

White with #416058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416058; }

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

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

background-color css

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

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

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

border-color css

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

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

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