#356559

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

Shades of Stromboli #356559

Tints of Stromboli #356559

Color information

#356559 (or 0x356559) is unknown color: approx Stromboli. HEX triplet: 35, 65 and 59. RGB value is (53,101,89). Sum of RGB (Red+Green+Blue) = 53+101+89=243 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.81% from 243); Green value is 101 (39.84% from 255 or 41.56% from 243); Blue value is 89 (35.16% from 255 or 36.63% from 243); Max value from RGB is 101 - color contains mainly: green. Hex color #356559 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356559 is #CA9AA6. Grayscale: #555555. Windows color (decimal): -13277863 or 5858613. OLE color: 5858613.

HSL color Cylindrical-coordinate representation of color #356559: hue angle of 165º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #356559 is Cyan = 0.48, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.60.

Color convert

RGB5310189-
CMYK0.4800.120.60
HSL165º31.17%30.2%-
HSV(B)165º47.52%39.61%-
XYZ7.9310.7911.12-
YUV85.28130.1104.98-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.81%
GREEN value IS 101 (39.84% from 255) = 41.56%
BLUE value IS 89 (35.16% from 255) = 36.63%
R=21.81%
G=41.56%
B=36.63%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal53101890.4800.120.6016531.1730.2
Hex356559300C3Ca51f1e
Octal6514513160014742453736
Binary1101011100101101100111000001100111100101001011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356559; }

 p { color: rgb(53,101,89); }

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

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

 a { background-color: rgb(53,101,89); }

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

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

 span { border-color: rgb(53,101,89); }

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