#355B51

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

Shades of Spectra #355B51

Tints of Spectra #355B51

Color information

#355B51 (or 0x355B51) is unknown color: approx Spectra. HEX triplet: 35, 5B and 51. RGB value is (53,91,81). Sum of RGB (Red+Green+Blue) = 53+91+81=225 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.56% from 225); Green value is 91 (35.94% from 255 or 40.44% from 225); Blue value is 81 (32.03% from 255 or 36% from 225); Max value from RGB is 91 - color contains mainly: green. Hex color #355B51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355B51 is #CAA4AE. Grayscale: #4E4E4E. Windows color (decimal): -13280431 or 5331765. OLE color: 5331765.

HSL color Cylindrical-coordinate representation of color #355B51: hue angle of 164.21º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #355B51 is Cyan = 0.42, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.64.

Color convert

RGB539181-
CMYK0.4200.110.64
HSL164.21º26.39%28.24%-
HSV(B)164.21º41.76%35.69%-
XYZ6.698.839.14-
YUV78.5129.41109.81-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.56%
GREEN value IS 91 (35.94% from 255) = 40.44%
BLUE value IS 81 (32.03% from 255) = 36%
R=23.56%
G=40.44%
B=36%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5391810.4200.110.64164.2126.3928.24
Hex355B512A0B40a41a1c
Octal65133121520131002443234
Binary11010110110111010001101010010111000000101001001101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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