Html Css Color HEX #415E54 Stromboli

📋 copy color: '#415E54'

red 65 ◦ green 94 ◦ blue 84

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

Shades of Stromboli #415E54

Tints of Stromboli #415E54

RGB

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

 GREEN value IS 94 (37.11% from 255) = 38.68%

 BLUE value IS 84 (33.2% from 255) = 34.57%

R = 26.75%
G = 38.68%
B = 34.57%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.11

 K value IS 0.63

RGB Variations

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

Color information

#415E54 (or 0x415E54) is known color: Stromboli. HEX triplet: 41, 5E and 54. RGB value is (65,94,84). Sum of RGB (Red+Green+Blue) = 65+94+84=243 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.75% from 243); Green value is 94 (37.11% from 255 or 38.68% from 243); Blue value is 84 (33.20% from 255 or 34.57% from 243); Max value from RGB is 94 - color contains mainly: green. Hex color #415E54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415E54 is #BEA1AB. Grayscale: #545454. Windows color (decimal): -12493228 or 5529153. OLE color: 5529153.

HSL color Cylindrical-coordinate representation of color #415E54: hue angle of 159.31º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #415E54 is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.63.

Color convert

RGB 65 94 84 -
CMYK 0.31 0 0.11 0.63
HSL 159.31º 0.18% 0.31% -
HSV(B) 159.31º 0.31% 0.37% -
XYZ 7.78 9.77 9.86 -
YUV 84.19 127.89 114.31 -
System Red Green Blue C M Y K H S L
Decimal 65 94 84 0.31 0 0.11 0.63 159.31 0.18 0.31
Hex 41 5E 54 1F 0 B 3F 9F 12 1F
Octal 101 136 124 37 0 13 77 237 22 37
Binary 1000001 1011110 1010100 11111 0 1011 111111 10011111 10010 11111

Color Harmonies of #415E54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415E54

Black with #415E54

Text Example


Text Example

White with #415E54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,94,84); }

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

background-color css

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

 a { background-color: rgb(65,94,84); }

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

border-color css

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

 span { border-color: rgb(65,94,84); }

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