#356B5B

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

Shades of Stromboli #356B5B

Tints of Stromboli #356B5B

Color information

#356B5B (or 0x356B5B) is unknown color: approx Stromboli. HEX triplet: 35, 6B and 5B. RGB value is (53,107,91). Sum of RGB (Red+Green+Blue) = 53+107+91=251 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.12% from 251); Green value is 107 (42.19% from 255 or 42.63% from 251); Blue value is 91 (35.94% from 255 or 36.25% from 251); Max value from RGB is 107 - color contains mainly: green. Hex color #356B5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356B5B is #CA94A4. Grayscale: #595959. Windows color (decimal): -13276325 or 5991221. OLE color: 5991221.

HSL color Cylindrical-coordinate representation of color #356B5B: hue angle of 162.22º 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 #356B5B is Cyan = 0.50, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.58.

Color convert

RGB5310791-
CMYK0.5000.150.58
HSL162.22º33.75%31.37%-
HSV(B)162.22º50.47%41.96%-
XYZ8.6112.0311.77-
YUV89.03129.11102.3-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.12%
GREEN value IS 107 (42.19% from 255) = 42.63%
BLUE value IS 91 (35.94% from 255) = 36.25%
R=21.12%
G=42.63%
B=36.25%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal53107910.5000.150.58162.2233.7531.37
Hex356B5B320F3Aa2221f
Octal6515313362017722424237
Binary11010111010111011011110010011111110101010001010001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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