#356b5a

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

Shades of Stromboli #356B5A

Tints of Stromboli #356B5A

Color information

#356B5A (or 0x356B5A) is unknown color: approx Stromboli. HEX triplet: 35, 6B and 5A. RGB value is (53,107,90). Sum of RGB (Red+Green+Blue) = 53+107+90=250 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.2% from 250); Green value is 107 (42.19% from 255 or 42.8% from 250); Blue value is 90 (35.55% from 255 or 36% from 250); Max value from RGB is 107 - color contains mainly: green. Hex color #356B5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356B5A is #CA94A5. Grayscale: #585858. Windows color (decimal): -13276326 or 5925685. OLE color: 5925685.

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

Color convert

RGB5310790-
CMYK0.5000.160.58
HSL161.11º33.75%31.37%-
HSV(B)161.11º50.47%41.96%-
XYZ8.5712.0111.54-
YUV88.92128.61102.38-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.2%
GREEN value IS 107 (42.19% from 255) = 42.8%
BLUE value IS 90 (35.55% from 255) = 36%
R=21.2%
G=42.8%
B=36%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal53107900.5000.160.58161.1133.7531.37
Hex356B5A320103Aa1221f
Octal6515313262020722414237
Binary110101110101110110101100100100001110101010000110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356b5a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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