#326555

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

Shades of Spectra #326555

Tints of Spectra #326555

Color information

#326555 (or 0x326555) is unknown color: approx Spectra. HEX triplet: 32, 65 and 55. RGB value is (50,101,85). Sum of RGB (Red+Green+Blue) = 50+101+85=236 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.19% from 236); Green value is 101 (39.84% from 255 or 42.80% from 236); Blue value is 85 (33.59% from 255 or 36.02% from 236); Max value from RGB is 101 - color contains mainly: green. Hex color #326555 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326555 is #CD9AAA. Grayscale: #535353. Windows color (decimal): -13474475 or 5596466. OLE color: 5596466.

HSL color Cylindrical-coordinate representation of color #326555: hue angle of 161.18º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #326555 is Cyan = 0.50, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.60.

Color convert

RGB5010185-
CMYK0.5000.160.60
HSL161.18º33.77%29.61%-
HSV(B)161.18º50.5%39.61%-
XYZ7.6110.6410.25-
YUV83.93128.6103.8-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.19%
GREEN value IS 101 (39.84% from 255) = 42.80%
BLUE value IS 85 (33.59% from 255) = 36.02%
R=21.19%
G=42.80%
B=36.02%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal50101850.5000.160.60161.1833.7729.61
Hex326555320103Ca1221e
Octal6214512562020742414236
Binary110010110010110101011100100100001111001010000110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326555; }

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

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

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

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

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

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

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

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