#356555

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

Shades of Spectra #356555

Tints of Spectra #356555

Color information

#356555 (or 0x356555) is unknown color: approx Spectra. HEX triplet: 35, 65 and 55. RGB value is (53,101,85). Sum of RGB (Red+Green+Blue) = 53+101+85=239 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.18% from 239); Green value is 101 (39.84% from 255 or 42.26% from 239); Blue value is 85 (33.59% from 255 or 35.56% from 239); Max value from RGB is 101 - color contains mainly: green. Hex color #356555 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356555 is #CA9AAA. Grayscale: #545454. Windows color (decimal): -13277867 or 5596469. OLE color: 5596469.

HSL color Cylindrical-coordinate representation of color #356555: hue angle of 160º 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 #356555 is Cyan = 0.48, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.60.

Color convert

RGB5310185-
CMYK0.4800.160.60
HSL160º31.17%30.2%-
HSV(B)160º47.52%39.61%-
XYZ7.7610.7210.25-
YUV84.82128.1105.3-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.18%
GREEN value IS 101 (39.84% from 255) = 42.26%
BLUE value IS 85 (33.59% from 255) = 35.56%
R=22.18%
G=42.26%
B=35.56%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal53101850.4800.160.6016031.1730.2
Hex356555300103Ca01f1e
Octal6514512560020742403736
Binary11010111001011010101110000010000111100101000001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356555; }

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

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

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

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

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

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

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

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