#336053

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

Shades of Spectra #336053

Tints of Spectra #336053

Color information

#336053 (or 0x336053) is unknown color: approx Spectra. HEX triplet: 33, 60 and 53. RGB value is (51,96,83). Sum of RGB (Red+Green+Blue) = 51+96+83=230 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.17% from 230); Green value is 96 (37.89% from 255 or 41.74% from 230); Blue value is 83 (32.81% from 255 or 36.09% from 230); Max value from RGB is 96 - color contains mainly: green. Hex color #336053 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336053 is #CC9FAC. Grayscale: #515151. Windows color (decimal): -13410221 or 5464115. OLE color: 5464115.

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

Color convert

RGB519683-
CMYK0.4700.140.62
HSL162.67º30.61%28.82%-
HSV(B)162.67º46.88%37.65%-
XYZ7.119.699.68-
YUV81.06129.09106.56-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.17%
GREEN value IS 96 (37.89% from 255) = 41.74%
BLUE value IS 83 (32.81% from 255) = 36.09%
R=22.17%
G=41.74%
B=36.09%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5196830.4700.140.62162.6730.6128.82
Hex3360532F0E3Ea31f1d
Octal6314012357016762433735
Binary1100111100000101001110111101110111110101000111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336053; }

 p { color: rgb(51,96,83); }

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

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

 a { background-color: rgb(51,96,83); }

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

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

 span { border-color: rgb(51,96,83); }

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