#356B5C

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

Shades of Stromboli #356B5C

Tints of Stromboli #356B5C

Color information

#356B5C (or 0x356B5C) is unknown color: approx Stromboli. HEX triplet: 35, 6B and 5C. RGB value is (53,107,92). Sum of RGB (Red+Green+Blue) = 53+107+92=252 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.03% from 252); Green value is 107 (42.19% from 255 or 42.46% from 252); Blue value is 92 (36.33% from 255 or 36.51% from 252); Max value from RGB is 107 - color contains mainly: green. Hex color #356B5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356B5C is #CA94A3. Grayscale: #595959. Windows color (decimal): -13276324 or 6056757. OLE color: 6056757.

HSL color Cylindrical-coordinate representation of color #356B5C: hue angle of 163.33º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #356B5C is Cyan = 0.50, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.58.

Color convert

RGB5310792-
CMYK0.5000.140.58
HSL163.33º33.75%31.37%-
HSV(B)163.33º50.47%41.96%-
XYZ8.6612.0411.99-
YUV89.14129.61102.22-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.03%
GREEN value IS 107 (42.19% from 255) = 42.46%
BLUE value IS 92 (36.33% from 255) = 36.51%
R=21.03%
G=42.46%
B=36.51%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal53107920.5000.140.58163.3333.7531.37
Hex356B5C320E3Aa3221f
Octal6515313462016722434237
Binary11010111010111011100110010011101110101010001110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,107,92); }

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

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

 a { background-color: rgb(53,107,92); }

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

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

 span { border-color: rgb(53,107,92); }

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