Html Css Color HEX #385C50 Spectra

📋 copy color: '#385C50'

red 56 ◦ green 92 ◦ blue 80

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

Shades of Spectra #385C50

Tints of Spectra #385C50

RGB

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

 GREEN value IS 92 (36.33% from 255) = 40.35%

 BLUE value IS 80 (31.64% from 255) = 35.09%

R = 24.56%
G = 40.35%
B = 35.09%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.13

 K value IS 0.64

RGB Variations

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

Color information

#385C50 (or 0x385C50) is known color: Spectra. HEX triplet: 38, 5C and 50. RGB value is (56,92,80). Sum of RGB (Red+Green+Blue) = 56+92+80=228 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.56% from 228); Green value is 92 (36.33% from 255 or 40.35% from 228); Blue value is 80 (31.64% from 255 or 35.09% from 228); Max value from RGB is 92 - color contains mainly: green. Hex color #385C50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385C50 is #C7A3AF. Grayscale: #4F4F4F. Windows color (decimal): -13083568 or 5266488. OLE color: 5266488.

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

Color convert

RGB 56 92 80 -
CMYK 0.39 0 0.13 0.64
HSL 160º 0.24% 0.29% -
HSV(B) 160º 0.39% 0.36% -
XYZ 6.91 9.07 8.98 -
YUV 79.87 128.07 110.98 -
System Red Green Blue C M Y K H S L
Decimal 56 92 80 0.39 0 0.13 0.64 160 0.24 0.29
Hex 38 5C 50 27 0 D 40 A0 18 1D
Octal 70 134 120 47 0 15 100 240 30 35
Binary 111000 1011100 1010000 100111 0 1101 1000000 10100000 11000 11101

Color Harmonies of #385C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385C50

Black with #385C50

Text Example


Text Example

White with #385C50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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