#355F50

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

Shades of Spectra #355F50

Tints of Spectra #355F50

Color information

#355F50 (or 0x355F50) is unknown color: approx Spectra. HEX triplet: 35, 5F and 50. RGB value is (53,95,80). Sum of RGB (Red+Green+Blue) = 53+95+80=228 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.25% from 228); Green value is 95 (37.5% from 255 or 41.67% from 228); Blue value is 80 (31.64% from 255 or 35.09% from 228); Max value from RGB is 95 - color contains mainly: green. Hex color #355F50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355F50 is #CAA0AF. Grayscale: #505050. Windows color (decimal): -13279408 or 5267253. OLE color: 5267253.

HSL color Cylindrical-coordinate representation of color #355F50: hue angle of 158.57º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #355F50 is Cyan = 0.44, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.63.

Color convert

RGB539580-
CMYK0.4400.160.63
HSL158.57º28.38%29.02%-
HSV(B)158.57º44.21%37.25%-
XYZ7.019.529.06-
YUV80.73127.59108.22-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.25%
GREEN value IS 95 (37.5% from 255) = 41.67%
BLUE value IS 80 (31.64% from 255) = 35.09%
R=23.25%
G=41.67%
B=35.09%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5395800.4400.160.63158.5728.3829.02
Hex355F502C0103F9f1c1d
Octal6513712054020772373435
Binary11010110111111010000101100010000111111100111111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355F50; }

 p { color: rgb(53,95,80); }

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

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

 a { background-color: rgb(53,95,80); }

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

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

 span { border-color: rgb(53,95,80); }

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