Html Css Color HEX #415B51 Stromboli

📋 copy color: '#415B51'

red 65 ◦ green 91 ◦ blue 81

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

Shades of Stromboli #415B51

Tints of Stromboli #415B51

RGB

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

 GREEN value IS 91 (35.94% from 255) = 38.4%

 BLUE value IS 81 (32.03% from 255) = 34.18%

R = 27.43%
G = 38.4%
B = 34.18%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.11

 K value IS 0.64

RGB Variations

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

Color information

#415B51 (or 0x415B51) is known color: Stromboli. HEX triplet: 41, 5B and 51. RGB value is (65,91,81). Sum of RGB (Red+Green+Blue) = 65+91+81=237 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.43% from 237); Green value is 91 (35.94% from 255 or 38.40% from 237); Blue value is 81 (32.03% from 255 or 34.18% from 237); Max value from RGB is 91 - color contains mainly: green. Hex color #415B51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415B51 is #BEA4AE. Grayscale: #525252. Windows color (decimal): -12493999 or 5331777. OLE color: 5331777.

HSL color Cylindrical-coordinate representation of color #415B51: hue angle of 156.92º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #415B51 is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.64.

Color convert

RGB 65 91 81 -
CMYK 0.29 0 0.11 0.64
HSL 156.92º 0.17% 0.31% -
HSV(B) 156.92º 0.29% 0.36% -
XYZ 7.41 9.2 9.17 -
YUV 82.09 127.39 115.81 -
System Red Green Blue C M Y K H S L
Decimal 65 91 81 0.29 0 0.11 0.64 156.92 0.17 0.31
Hex 41 5B 51 1D 0 B 40 9D 11 1F
Octal 101 133 121 35 0 13 100 235 21 37
Binary 1000001 1011011 1010001 11101 0 1011 1000000 10011101 10001 11111

Color Harmonies of #415B51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415B51

Black with #415B51

Text Example


Text Example

White with #415B51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415B51; }

 p { color: rgb(65,91,81); }

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

background-color css

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

 a { background-color: rgb(65,91,81); }

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

border-color css

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

 span { border-color: rgb(65,91,81); }

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