#32574E

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

Shades of Spectra #32574E

Tints of Spectra #32574E

Color information

#32574E (or 0x32574E) is unknown color: approx Spectra. HEX triplet: 32, 57 and 4E. RGB value is (50,87,78). Sum of RGB (Red+Green+Blue) = 50+87+78=215 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.26% from 215); Green value is 87 (34.38% from 255 or 40.47% from 215); Blue value is 78 (30.86% from 255 or 36.28% from 215); Max value from RGB is 87 - color contains mainly: green. Hex color #32574E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32574E is #CDA8B1. Grayscale: #4A4A4A. Windows color (decimal): -13478066 or 5134130. OLE color: 5134130.

HSL color Cylindrical-coordinate representation of color #32574E: hue angle of 165.41º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #32574E is Cyan = 0.43, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.66.

Color convert

RGB508778-
CMYK0.4300.100.66
HSL165.41º27.01%26.86%-
HSV(B)165.41º42.53%34.12%-
XYZ6.18.048.44-
YUV74.91129.74110.23-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.26%
GREEN value IS 87 (34.38% from 255) = 40.47%
BLUE value IS 78 (30.86% from 255) = 36.28%
R=23.26%
G=40.47%
B=36.28%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5087780.4300.100.66165.4127.0126.86
Hex32574E2B0A42a51b1b
Octal62127116530121022453333
Binary11001010101111001110101011010101000010101001011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32574E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32574E; }

 p { color: rgb(50,87,78); }

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

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

 a { background-color: rgb(50,87,78); }

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

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

 span { border-color: rgb(50,87,78); }

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