#385D52

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

Shades of Spectra #385D52

Tints of Spectra #385D52

Color information

#385D52 (or 0x385D52) is unknown color: approx Spectra. HEX triplet: 38, 5D and 52. RGB value is (56,93,82). Sum of RGB (Red+Green+Blue) = 56+93+82=231 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.24% from 231); Green value is 93 (36.72% from 255 or 40.26% from 231); Blue value is 82 (32.42% from 255 or 35.50% from 231); Max value from RGB is 93 - color contains mainly: green. Hex color #385D52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385D52 is #C7A2AD. Grayscale: #505050. Windows color (decimal): -13083310 or 5397816. OLE color: 5397816.

HSL color Cylindrical-coordinate representation of color #385D52: hue angle of 162.16º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #385D52 is Cyan = 0.40, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.64.

Color convert

RGB569382-
CMYK0.4000.120.64
HSL162.16º24.83%29.22%-
HSV(B)162.16º39.78%36.47%-
XYZ7.079.289.4-
YUV80.68128.74110.39-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.24%
GREEN value IS 93 (36.72% from 255) = 40.26%
BLUE value IS 82 (32.42% from 255) = 35.50%
R=24.24%
G=40.26%
B=35.50%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5693820.4000.120.64162.1624.8329.22
Hex385D52280C40a2191d
Octal70135122500141002423135
Binary11100010111011010010101000011001000000101000101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385D52; }

 p { color: rgb(56,93,82); }

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

<style>
 a { background-color: #385D52; }

 a { background-color: rgb(56,93,82); }

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

<style>
 span { border-color: #385D52; }

 span { border-color: rgb(56,93,82); }

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