#356F58

Color #356F58 Stromboli (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Stromboli #356F58

Tints of Stromboli #356F58

Color information

#356F58 (or 0x356F58) is unknown color: approx Stromboli. HEX triplet: 35, 6F and 58. RGB value is (53,111,88). Sum of RGB (Red+Green+Blue) = 53+111+88=252 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.03% from 252); Green value is 111 (43.75% from 255 or 44.05% from 252); Blue value is 88 (34.77% from 255 or 34.92% from 252); Max value from RGB is 111 - color contains mainly: green. Hex color #356F58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356F58 is #CA90A7. Grayscale: #5B5B5B. Windows color (decimal): -13275304 or 5795637. OLE color: 5795637.

HSL color Cylindrical-coordinate representation of color #356F58: hue angle of 156.21º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #356F58 is Cyan = 0.52, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB5311188-
CMYK0.5200.210.56
HSL156.21º35.37%32.16%-
HSV(B)156.21º52.25%43.53%-
XYZ8.9112.8311.24-
YUV91.04126.28100.87-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.03%
GREEN value IS 111 (43.75% from 255) = 44.05%
BLUE value IS 88 (34.77% from 255) = 34.92%
R=21.03%
G=44.05%
B=34.92%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal53111880.5200.210.56156.2135.3732.16
Hex356F5834015389c2320
Octal6515713064025702344340
Binary1101011101111101100011010001010111100010011100100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356F58; }

 p { color: rgb(53,111,88); }

 H1.HeaderClassName
 {
   color: #356F58;
 }
 .AnyTagClassName
 {
   color: #356F58;
 }
</style>
background-color css

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

 a { background-color: rgb(53,111,88); }

 div.DivClassName
 {
   background-color: #356F58;
 }
 .BgClassName
 {
   background-color: #356F58;
 }
</style>
border-color css

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

 span { border-color: rgb(53,111,88); }

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