Html Css Color HEX #416855 Stromboli

📋 copy color: '#416855'

red 65 ◦ green 104 ◦ blue 85

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

Shades of Stromboli #416855

Tints of Stromboli #416855

RGB

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

 GREEN value IS 104 (41.02% from 255) = 40.94%

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

R = 25.59%
G = 40.94%
B = 33.46%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.18

 K value IS 0.59

RGB Variations

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

Color information

#416855 (or 0x416855) is known color: Stromboli. HEX triplet: 41, 68 and 55. RGB value is (65,104,85). Sum of RGB (Red+Green+Blue) = 65+104+85=254 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.59% from 254); Green value is 104 (41.02% from 255 or 40.94% from 254); Blue value is 85 (33.59% from 255 or 33.46% from 254); Max value from RGB is 104 - color contains mainly: green. Hex color #416855 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416855 is #BE97AA. Grayscale: #5A5A5A. Windows color (decimal): -12490667 or 5597249. OLE color: 5597249.

HSL color Cylindrical-coordinate representation of color #416855: hue angle of 150.77º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #416855 is Cyan = 0.38, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.59.

Color convert

RGB 65 104 85 -
CMYK 0.38 0 0.18 0.59
HSL 150.77º 0.23% 0.33% -
HSV(B) 150.77º 0.38% 0.41% -
XYZ 8.77 11.68 10.39 -
YUV 90.17 125.08 110.04 -
System Red Green Blue C M Y K H S L
Decimal 65 104 85 0.38 0 0.18 0.59 150.77 0.23 0.33
Hex 41 68 55 26 0 12 3B 97 17 21
Octal 101 150 125 46 0 22 73 227 27 41
Binary 1000001 1101000 1010101 100110 0 10010 111011 10010111 10111 100001

Color Harmonies of #416855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416855

Black with #416855

Text Example


Text Example

White with #416855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416855; }

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

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

background-color css

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

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

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

border-color css

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

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

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