Html Css Color HEX #385D55 Spectra

📋 copy color: '#385D55'

red 56 ◦ green 93 ◦ blue 85

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

Shades of Spectra #385D55

Tints of Spectra #385D55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 36.32%

R = 23.93%
G = 39.74%
B = 36.32%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.09

 K value IS 0.64

RGB Variations

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

Color information

#385D55 (or 0x385D55) is known color: Spectra. HEX triplet: 38, 5D and 55. RGB value is (56,93,85). Sum of RGB (Red+Green+Blue) = 56+93+85=234 (30% of max value = 765). Red value is 56 (22.27% from 255 or 23.93% from 234); Green value is 93 (36.72% from 255 or 39.74% from 234); Blue value is 85 (33.59% from 255 or 36.32% from 234); Max value from RGB is 93 - color contains mainly: green. Hex color #385D55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385D55 is #C7A2AA. Grayscale: #515151. Windows color (decimal): -13083307 or 5594424. OLE color: 5594424.

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

Color convert

RGB 56 93 85 -
CMYK 0.40 0 0.09 0.64
HSL 167.03º 0.25% 0.29% -
HSV(B) 167.03º 0.4% 0.36% -
XYZ 7.18 9.33 10.02 -
YUV 81.03 130.24 110.15 -
System Red Green Blue C M Y K H S L
Decimal 56 93 85 0.40 0 0.09 0.64 167.03 0.25 0.29
Hex 38 5D 55 28 0 9 40 A7 19 1D
Octal 70 135 125 50 0 11 100 247 31 35
Binary 111000 1011101 1010101 101000 0 1001 1000000 10100111 11001 11101

Color Harmonies of #385D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385D55

Black with #385D55

Text Example


Text Example

White with #385D55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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