#32564B

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

Shades of Spectra #32564B

Tints of Spectra #32564B

Color information

#32564B (or 0x32564B) is unknown color: approx Spectra. HEX triplet: 32, 56 and 4B. RGB value is (50,86,75). Sum of RGB (Red+Green+Blue) = 50+86+75=211 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.70% from 211); Green value is 86 (33.98% from 255 or 40.76% from 211); Blue value is 75 (29.69% from 255 or 35.55% from 211); Max value from RGB is 86 - color contains mainly: green. Hex color #32564B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32564B is #CDA9B4. Grayscale: #494949. Windows color (decimal): -13478325 or 4937266. OLE color: 4937266.

HSL color Cylindrical-coordinate representation of color #32564B: hue angle of 161.67º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #32564B is Cyan = 0.42, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.66.

Color convert

RGB508675-
CMYK0.4200.130.66
HSL161.67º26.47%26.67%-
HSV(B)161.67º41.86%33.73%-
XYZ5.917.847.86-
YUV73.98128.57110.89-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.70%
GREEN value IS 86 (33.98% from 255) = 40.76%
BLUE value IS 75 (29.69% from 255) = 35.55%
R=23.70%
G=40.76%
B=35.55%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5086750.4200.130.66161.6726.4726.67
Hex32564B2A0D42a21a1b
Octal62126113520151022423233
Binary11001010101101001011101010011011000010101000101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32564B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,86,75); }

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

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

 a { background-color: rgb(50,86,75); }

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

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

 span { border-color: rgb(50,86,75); }

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