Html Css Color HEX #416255 Stromboli

📋 copy color: '#416255'

red 65 ◦ green 98 ◦ blue 85

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

Shades of Stromboli #416255

Tints of Stromboli #416255

RGB

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

 GREEN value IS 98 (38.67% from 255) = 39.52%

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

R = 26.21%
G = 39.52%
B = 34.27%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.13

 K value IS 0.62

RGB Variations

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

Color information

#416255 (or 0x416255) is known color: Stromboli. HEX triplet: 41, 62 and 55. RGB value is (65,98,85). Sum of RGB (Red+Green+Blue) = 65+98+85=248 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.21% from 248); Green value is 98 (38.67% from 255 or 39.52% from 248); Blue value is 85 (33.59% from 255 or 34.27% from 248); Max value from RGB is 98 - color contains mainly: green. Hex color #416255 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416255 is #BE9DAA. Grayscale: #565656. Windows color (decimal): -12492203 or 5595713. OLE color: 5595713.

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

Color convert

RGB 65 98 85 -
CMYK 0.34 0 0.13 0.62
HSL 156.36º 0.2% 0.32% -
HSV(B) 156.36º 0.34% 0.38% -
XYZ 8.19 10.52 10.19 -
YUV 86.65 127.07 112.56 -
System Red Green Blue C M Y K H S L
Decimal 65 98 85 0.34 0 0.13 0.62 156.36 0.2 0.32
Hex 41 62 55 22 0 D 3E 9C 14 20
Octal 101 142 125 42 0 15 76 234 24 40
Binary 1000001 1100010 1010101 100010 0 1101 111110 10011100 10100 100000

Color Harmonies of #416255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416255

Black with #416255

Text Example


Text Example

White with #416255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416255; }

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

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

background-color css

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

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

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

border-color css

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

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

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