#33554C

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

Shades of Spectra #33554C

Tints of Spectra #33554C

Color information

#33554C (or 0x33554C) is unknown color: approx Spectra. HEX triplet: 33, 55 and 4C. RGB value is (51,85,76). Sum of RGB (Red+Green+Blue) = 51+85+76=212 (28% of max value = 765). Red value is 51 (20.31% from 255 or 24.06% from 212); Green value is 85 (33.59% from 255 or 40.09% from 212); Blue value is 76 (30.08% from 255 or 35.85% from 212); Max value from RGB is 85 - color contains mainly: green. Hex color #33554C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33554C is #CCAAB3. Grayscale: #494949. Windows color (decimal): -13413044 or 5002547. OLE color: 5002547.

HSL color Cylindrical-coordinate representation of color #33554C: hue angle of 164.12º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #33554C is Cyan = 0.40, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB518576-
CMYK0.4000.110.67
HSL164.12º25%26.67%-
HSV(B)164.12º40%33.33%-
XYZ5.927.728.02-
YUV73.81129.24111.73-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.06%
GREEN value IS 85 (33.59% from 255) = 40.09%
BLUE value IS 76 (30.08% from 255) = 35.85%
R=24.06%
G=40.09%
B=35.85%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5185760.4000.110.67164.122526.67
Hex33554C280B43a4191b
Octal63125114500131032443133
Binary11001110101011001100101000010111000011101001001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33554C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33554C; }

 p { color: rgb(51,85,76); }

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

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

 a { background-color: rgb(51,85,76); }

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

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

 span { border-color: rgb(51,85,76); }

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