Html Css Color HEX #356959 Stromboli

📋 copy color: '#356959'

red 53 ◦ green 105 ◦ blue 89

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

Shades of Stromboli #356959

Tints of Stromboli #356959

RGB

 RED value IS 53 (21.09% from 255) = 21.46%

 GREEN value IS 105 (41.41% from 255) = 42.51%

 BLUE value IS 89 (35.16% from 255) = 36.03%

R = 21.46%
G = 42.51%
B = 36.03%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.15

 K value IS 0.59

RGB Variations

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

Color information

#356959 (or 0x356959) is known color: Stromboli. HEX triplet: 35, 69 and 59. RGB value is (53,105,89). Sum of RGB (Red+Green+Blue) = 53+105+89=247 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.46% from 247); Green value is 105 (41.41% from 255 or 42.51% from 247); Blue value is 89 (35.16% from 255 or 36.03% from 247); Max value from RGB is 105 - color contains mainly: green. Hex color #356959 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356959 is #CA96A6. Grayscale: #575757. Windows color (decimal): -13276839 or 5859637. OLE color: 5859637.

HSL color Cylindrical-coordinate representation of color #356959: hue angle of 161.54º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #356959 is Cyan = 0.50, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.59.

Color convert

RGB 53 105 89 -
CMYK 0.50 0 0.15 0.59
HSL 161.54º 0.33% 0.31% -
HSV(B) 161.54º 0.5% 0.41% -
XYZ 8.32 11.58 11.25 -
YUV 87.63 128.77 103.3 -
System Red Green Blue C M Y K H S L
Decimal 53 105 89 0.50 0 0.15 0.59 161.54 0.33 0.31
Hex 35 69 59 32 0 F 3B A2 21 1F
Octal 65 151 131 62 0 17 73 242 41 37
Binary 110101 1101001 1011001 110010 0 1111 111011 10100010 100001 11111

Color Harmonies of #356959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356959

Black with #356959

Text Example


Text Example

White with #356959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356959; }

 p { color: rgb(53,105,89); }

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

background-color css

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

 a { background-color: rgb(53,105,89); }

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

border-color css

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

 span { border-color: rgb(53,105,89); }

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