#385B50

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

Shades of Spectra #385B50

Tints of Spectra #385B50

Color information

#385B50 (or 0x385B50) is unknown color: approx Spectra. HEX triplet: 38, 5B and 50. RGB value is (56,91,80). Sum of RGB (Red+Green+Blue) = 56+91+80=227 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.67% from 227); Green value is 91 (35.94% from 255 or 40.09% from 227); Blue value is 80 (31.64% from 255 or 35.24% from 227); Max value from RGB is 91 - color contains mainly: green. Hex color #385B50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385B50 is #C7A4AF. Grayscale: #4F4F4F. Windows color (decimal): -13083824 or 5266232. OLE color: 5266232.

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

Color convert

RGB569180-
CMYK0.3800.120.64
HSL161.14º23.81%28.82%-
HSV(B)161.14º38.46%35.69%-
XYZ6.828.98.95-
YUV79.28128.4111.39-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.67%
GREEN value IS 91 (35.94% from 255) = 40.09%
BLUE value IS 80 (31.64% from 255) = 35.24%
R=24.67%
G=40.09%
B=35.24%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5691800.3800.120.64161.1423.8128.82
Hex385B50260C40a1181d
Octal70133120460141002413035
Binary11100010110111010000100110011001000000101000011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,91,80); }

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

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

 a { background-color: rgb(56,91,80); }

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

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

 span { border-color: rgb(56,91,80); }

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