#32554A

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

Shades of Spectra #32554A

Tints of Spectra #32554A

Color information

#32554A (or 0x32554A) is unknown color: approx Spectra. HEX triplet: 32, 55 and 4A. RGB value is (50,85,74). Sum of RGB (Red+Green+Blue) = 50+85+74=209 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.92% from 209); Green value is 85 (33.59% from 255 or 40.67% from 209); Blue value is 74 (29.30% from 255 or 35.41% from 209); Max value from RGB is 85 - color contains mainly: green. Hex color #32554A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32554A is #CDAAB5. Grayscale: #494949. Windows color (decimal): -13478582 or 4871474. OLE color: 4871474.

HSL color Cylindrical-coordinate representation of color #32554A: hue angle of 161.14º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #32554A is Cyan = 0.41, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB508574-
CMYK0.4100.130.67
HSL161.14º25.93%26.47%-
HSV(B)161.14º41.18%33.33%-
XYZ5.87.677.65-
YUV73.28128.4111.39-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.92%
GREEN value IS 85 (33.59% from 255) = 40.67%
BLUE value IS 74 (29.30% from 255) = 35.41%
R=23.92%
G=40.67%
B=35.41%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5085740.4100.130.67161.1425.9326.47
Hex32554A290D43a11a1a
Octal62125112510151032413232
Binary11001010101011001010101001011011000011101000011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32554A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32554A; }

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

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

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

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

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

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

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

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