#356F5B

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

Shades of Stromboli #356F5B

Tints of Stromboli #356F5B

Color information

#356F5B (or 0x356F5B) is unknown color: approx Stromboli. HEX triplet: 35, 6F and 5B. RGB value is (53,111,91). Sum of RGB (Red+Green+Blue) = 53+111+91=255 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.78% from 255); Green value is 111 (43.75% from 255 or 43.53% from 255); Blue value is 91 (35.94% from 255 or 35.69% from 255); Max value from RGB is 111 - color contains mainly: green. Hex color #356F5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356F5B is #CA90A4. Grayscale: #5B5B5B. Windows color (decimal): -13275301 or 5992245. OLE color: 5992245.

HSL color Cylindrical-coordinate representation of color #356F5B: hue angle of 159.31º 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 #356F5B is Cyan = 0.52, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB5311191-
CMYK0.5200.180.56
HSL159.31º35.37%32.16%-
HSV(B)159.31º52.25%43.53%-
XYZ9.0412.8811.91-
YUV91.38127.78100.63-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.78%
GREEN value IS 111 (43.75% from 255) = 43.53%
BLUE value IS 91 (35.94% from 255) = 35.69%
R=20.78%
G=43.53%
B=35.69%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal53111910.5200.180.56159.3135.3732.16
Hex356F5B34012389f2320
Octal6515713364022702374340
Binary1101011101111101101111010001001011100010011111100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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