Html Css Color HEX #415C52 Stromboli

📋 copy color: '#415C52'

red 65 ◦ green 92 ◦ blue 82

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

Shades of Stromboli #415C52

Tints of Stromboli #415C52

RGB

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

 GREEN value IS 92 (36.33% from 255) = 38.49%

 BLUE value IS 82 (32.42% from 255) = 34.31%

R = 27.2%
G = 38.49%
B = 34.31%

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

#415C52 (or 0x415C52) is known color: Stromboli. HEX triplet: 41, 5C and 52. RGB value is (65,92,82). Sum of RGB (Red+Green+Blue) = 65+92+82=239 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.20% from 239); Green value is 92 (36.33% from 255 or 38.49% from 239); Blue value is 82 (32.42% from 255 or 34.31% from 239); Max value from RGB is 92 - color contains mainly: green. Hex color #415C52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415C52 is #BEA3AD. Grayscale: #525252. Windows color (decimal): -12493742 or 5397569. OLE color: 5397569.

HSL color Cylindrical-coordinate representation of color #415C52: hue angle of 157.78º 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 #415C52 is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.64.

Color convert

RGB 65 92 82 -
CMYK 0.29 0 0.11 0.64
HSL 157.78º 0.17% 0.31% -
HSV(B) 157.78º 0.29% 0.36% -
XYZ 7.53 9.39 9.4 -
YUV 82.79 127.55 115.31 -
System Red Green Blue C M Y K H S L
Decimal 65 92 82 0.29 0 0.11 0.64 157.78 0.17 0.31
Hex 41 5C 52 1D 0 B 40 9E 11 1F
Octal 101 134 122 35 0 13 100 236 21 37
Binary 1000001 1011100 1010010 11101 0 1011 1000000 10011110 10001 11111

Color Harmonies of #415C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415C52

Black with #415C52

Text Example


Text Example

White with #415C52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,92,82); }

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

background-color css

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

 a { background-color: rgb(65,92,82); }

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

border-color css

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

 span { border-color: rgb(65,92,82); }

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