#326051

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

Shades of Spectra #326051

Tints of Spectra #326051

Color information

#326051 (or 0x326051) is unknown color: approx Spectra. HEX triplet: 32, 60 and 51. RGB value is (50,96,81). Sum of RGB (Red+Green+Blue) = 50+96+81=227 (30% of max value = 765). Red value is 50 (19.92% from 255 or 22.03% from 227); Green value is 96 (37.89% from 255 or 42.29% from 227); Blue value is 81 (32.03% from 255 or 35.68% from 227); Max value from RGB is 96 - color contains mainly: green. Hex color #326051 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326051 is #CD9FAE. Grayscale: #505050. Windows color (decimal): -13475759 or 5333042. OLE color: 5333042.

HSL color Cylindrical-coordinate representation of color #326051: hue angle of 160.43º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #326051 is Cyan = 0.48, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.62.

Color convert

RGB509681-
CMYK0.4800.160.62
HSL160.43º31.51%28.63%-
HSV(B)160.43º47.92%37.65%-
XYZ6.989.649.28-
YUV80.54128.26106.22-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.03%
GREEN value IS 96 (37.89% from 255) = 42.29%
BLUE value IS 81 (32.03% from 255) = 35.68%
R=22.03%
G=42.29%
B=35.68%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5096810.4800.160.62160.4331.5128.63
Hex326051300103Ea0201d
Octal6214012160020762404035
Binary110010110000010100011100000100001111101010000010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326051; }

 p { color: rgb(50,96,81); }

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

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

 a { background-color: rgb(50,96,81); }

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

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

 span { border-color: rgb(50,96,81); }

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