Html Css Color HEX #385A50 Spectra

📋 copy color: '#385A50'

red 56 ◦ green 90 ◦ blue 80

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

Shades of Spectra #385A50

Tints of Spectra #385A50

RGB

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

 GREEN value IS 90 (35.55% from 255) = 39.82%

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

R = 24.78%
G = 39.82%
B = 35.4%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.11

 K value IS 0.65

RGB Variations

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

Color information

#385A50 (or 0x385A50) is known color: Spectra. HEX triplet: 38, 5A and 50. RGB value is (56,90,80). Sum of RGB (Red+Green+Blue) = 56+90+80=226 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.78% from 226); Green value is 90 (35.55% from 255 or 39.82% from 226); Blue value is 80 (31.64% from 255 or 35.40% from 226); Max value from RGB is 90 - color contains mainly: green. Hex color #385A50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385A50 is #C7A5AF. Grayscale: #4E4E4E. Windows color (decimal): -13084080 or 5265976. OLE color: 5265976.

HSL color Cylindrical-coordinate representation of color #385A50: hue angle of 162.35º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #385A50 is Cyan = 0.38, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB 56 90 80 -
CMYK 0.38 0 0.11 0.65
HSL 162.35º 0.23% 0.29% -
HSV(B) 162.35º 0.38% 0.35% -
XYZ 6.74 8.73 8.92 -
YUV 78.69 128.74 111.81 -
System Red Green Blue C M Y K H S L
Decimal 56 90 80 0.38 0 0.11 0.65 162.35 0.23 0.29
Hex 38 5A 50 26 0 B 41 A2 17 1D
Octal 70 132 120 46 0 13 101 242 27 35
Binary 111000 1011010 1010000 100110 0 1011 1000001 10100010 10111 11101

Color Harmonies of #385A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385A50

Black with #385A50

Text Example


Text Example

White with #385A50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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