Html Css Color HEX #416057 Stromboli

📋 copy color: '#416057'

red 65 ◦ green 96 ◦ blue 87

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

Shades of Stromboli #416057

Tints of Stromboli #416057

RGB

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

 GREEN value IS 96 (37.89% from 255) = 38.71%

 BLUE value IS 87 (34.38% from 255) = 35.08%

R = 26.21%
G = 38.71%
B = 35.08%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.09

 K value IS 0.62

RGB Variations

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

Color information

#416057 (or 0x416057) is known color: Stromboli. HEX triplet: 41, 60 and 57. RGB value is (65,96,87). Sum of RGB (Red+Green+Blue) = 65+96+87=248 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.21% from 248); Green value is 96 (37.89% from 255 or 38.71% from 248); Blue value is 87 (34.38% from 255 or 35.08% from 248); Max value from RGB is 96 - color contains mainly: green. Hex color #416057 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416057 is #BE9FA8. Grayscale: #555555. Windows color (decimal): -12492713 or 5726273. OLE color: 5726273.

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

Color convert

RGB 65 96 87 -
CMYK 0.32 0 0.09 0.62
HSL 162.58º 0.19% 0.32% -
HSV(B) 162.58º 0.32% 0.38% -
XYZ 8.08 10.18 10.56 -
YUV 85.71 128.73 113.23 -
System Red Green Blue C M Y K H S L
Decimal 65 96 87 0.32 0 0.09 0.62 162.58 0.19 0.32
Hex 41 60 57 20 0 9 3E A3 13 20
Octal 101 140 127 40 0 11 76 243 23 40
Binary 1000001 1100000 1010111 100000 0 1001 111110 10100011 10011 100000

Color Harmonies of #416057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416057

Black with #416057

Text Example


Text Example

White with #416057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416057; }

 p { color: rgb(65,96,87); }

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

background-color css

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

 a { background-color: rgb(65,96,87); }

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

border-color css

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

 span { border-color: rgb(65,96,87); }

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