#385B51

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

Shades of Spectra #385B51

Tints of Spectra #385B51

Color information

#385B51 (or 0x385B51) is unknown color: approx Spectra. HEX triplet: 38, 5B and 51. RGB value is (56,91,81). Sum of RGB (Red+Green+Blue) = 56+91+81=228 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.56% from 228); Green value is 91 (35.94% from 255 or 39.91% from 228); Blue value is 81 (32.03% from 255 or 35.53% from 228); Max value from RGB is 91 - color contains mainly: green. Hex color #385B51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385B51 is #C7A4AE. Grayscale: #4F4F4F. Windows color (decimal): -13083823 or 5331768. OLE color: 5331768.

HSL color Cylindrical-coordinate representation of color #385B51: hue angle of 162.86º 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 #385B51 is Cyan = 0.38, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.64.

Color convert

RGB569181-
CMYK0.3800.110.64
HSL162.86º23.81%28.82%-
HSV(B)162.86º38.46%35.69%-
XYZ6.868.929.14-
YUV79.4128.9111.31-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.56%
GREEN value IS 91 (35.94% from 255) = 39.91%
BLUE value IS 81 (32.03% from 255) = 35.53%
R=24.56%
G=39.91%
B=35.53%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5691810.3800.110.64162.8623.8128.82
Hex385B51260B40a3181d
Octal70133121460131002433035
Binary11100010110111010001100110010111000000101000111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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