Html Css Color HEX #385D51 Spectra

📋 copy color: '#385D51'

red 56 ◦ green 93 ◦ blue 81

#385D51
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spectra #385D51

Tints of Spectra #385D51

RGB

 RED value IS 56 (22.27% from 255) = 24.35%

 GREEN value IS 93 (36.72% from 255) = 40.43%

 BLUE value IS 81 (32.03% from 255) = 35.22%

R = 24.35%
G = 40.43%
B = 35.22%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.13

 K value IS 0.64

RGB Variations

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

Color information

#385D51 (or 0x385D51) is known color: Spectra. HEX triplet: 38, 5D and 51. RGB value is (56,93,81). Sum of RGB (Red+Green+Blue) = 56+93+81=230 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.35% from 230); Green value is 93 (36.72% from 255 or 40.43% from 230); Blue value is 81 (32.03% from 255 or 35.22% from 230); Max value from RGB is 93 - color contains mainly: green. Hex color #385D51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385D51 is #C7A2AE. Grayscale: #505050. Windows color (decimal): -13083311 or 5332280. OLE color: 5332280.

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

Color convert

RGB 56 93 81 -
CMYK 0.40 0 0.13 0.64
HSL 160.54º 0.25% 0.29% -
HSV(B) 160.54º 0.4% 0.36% -
XYZ 7.03 9.26 9.2 -
YUV 80.57 128.24 110.48 -
System Red Green Blue C M Y K H S L
Decimal 56 93 81 0.40 0 0.13 0.64 160.54 0.25 0.29
Hex 38 5D 51 28 0 D 40 A1 19 1D
Octal 70 135 121 50 0 15 100 241 31 35
Binary 111000 1011101 1010001 101000 0 1101 1000000 10100001 11001 11101

Color Harmonies of #385D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385D51

Black with #385D51

Text Example


Text Example

White with #385D51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #385D51;
 }
 .AnyTagClassName
 {
   color: #385D51;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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