Html Css Color HEX #416055 Stromboli

📋 copy color: '#416055'

red 65 ◦ green 96 ◦ blue 85

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

Shades of Stromboli #416055

Tints of Stromboli #416055

RGB

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

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

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

R = 26.42%
G = 39.02%
B = 34.55%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.11

 K value IS 0.62

RGB Variations

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

Color information

#416055 (or 0x416055) is known color: Stromboli. HEX triplet: 41, 60 and 55. RGB value is (65,96,85). Sum of RGB (Red+Green+Blue) = 65+96+85=246 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.42% from 246); Green value is 96 (37.89% from 255 or 39.02% from 246); Blue value is 85 (33.59% from 255 or 34.55% from 246); Max value from RGB is 96 - color contains mainly: green. Hex color #416055 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416055 is #BE9FAA. Grayscale: #555555. Windows color (decimal): -12492715 or 5595201. OLE color: 5595201.

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

Color convert

RGB 65 96 85 -
CMYK 0.32 0 0.11 0.62
HSL 158.71º 0.19% 0.32% -
HSV(B) 158.71º 0.32% 0.38% -
XYZ 8 10.15 10.13 -
YUV 85.48 127.73 113.39 -
System Red Green Blue C M Y K H S L
Decimal 65 96 85 0.32 0 0.11 0.62 158.71 0.19 0.32
Hex 41 60 55 20 0 B 3E 9F 13 20
Octal 101 140 125 40 0 13 76 237 23 40
Binary 1000001 1100000 1010101 100000 0 1011 111110 10011111 10011 100000

Color Harmonies of #416055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416055

Black with #416055

Text Example


Text Example

White with #416055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416055; }

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

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

background-color css

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

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

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

border-color css

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

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

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