#33554B

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

Shades of Spectra #33554B

Tints of Spectra #33554B

Color information

#33554B (or 0x33554B) is unknown color: approx Spectra. HEX triplet: 33, 55 and 4B. RGB value is (51,85,75). Sum of RGB (Red+Green+Blue) = 51+85+75=211 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.17% from 211); Green value is 85 (33.59% from 255 or 40.28% from 211); Blue value is 75 (29.69% from 255 or 35.55% from 211); Max value from RGB is 85 - color contains mainly: green. Hex color #33554B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33554B is #CCAAB4. Grayscale: #494949. Windows color (decimal): -13413045 or 4937011. OLE color: 4937011.

HSL color Cylindrical-coordinate representation of color #33554B: hue angle of 162.35º 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 #33554B is Cyan = 0.40, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB518575-
CMYK0.4000.120.67
HSL162.35º25%26.67%-
HSV(B)162.35º40%33.33%-
XYZ5.887.717.83-
YUV73.69128.74111.81-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.17%
GREEN value IS 85 (33.59% from 255) = 40.28%
BLUE value IS 75 (29.69% from 255) = 35.55%
R=24.17%
G=40.28%
B=35.55%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5185750.4000.120.67162.352526.67
Hex33554B280C43a2191b
Octal63125113500141032423133
Binary11001110101011001011101000011001000011101000101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33554B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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