Html Css Color HEX #39554D Spectra

📋 copy color: '#39554D'

red 57 ◦ green 85 ◦ blue 77

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

Shades of Spectra #39554D

Tints of Spectra #39554D

RGB

 RED value IS 57 (22.66% from 255) = 26.03%

 GREEN value IS 85 (33.59% from 255) = 38.81%

 BLUE value IS 77 (30.47% from 255) = 35.16%

R = 26.03%
G = 38.81%
B = 35.16%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.09

 K value IS 0.67

RGB Variations

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

Color information

#39554D (or 0x39554D) is known color: Spectra. HEX triplet: 39, 55 and 4D. RGB value is (57,85,77). Sum of RGB (Red+Green+Blue) = 57+85+77=219 (29% of max value = 765). Red value is 57 (22.66% from 255 or 26.03% from 219); Green value is 85 (33.59% from 255 or 38.81% from 219); Blue value is 77 (30.47% from 255 or 35.16% from 219); Max value from RGB is 85 - color contains mainly: green. Hex color #39554D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39554D is #C6AAB2. Grayscale: #4B4B4B. Windows color (decimal): -13019827 or 5068089. OLE color: 5068089.

HSL color Cylindrical-coordinate representation of color #39554D: hue angle of 162.86º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #39554D is Cyan = 0.33, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.67.

Color convert

RGB 57 85 77 -
CMYK 0.33 0 0.09 0.67
HSL 162.86º 0.2% 0.28% -
HSV(B) 162.86º 0.33% 0.33% -
XYZ 6.28 7.9 8.22 -
YUV 75.72 128.72 114.65 -
System Red Green Blue C M Y K H S L
Decimal 57 85 77 0.33 0 0.09 0.67 162.86 0.2 0.28
Hex 39 55 4D 21 0 9 43 A3 14 1C
Octal 71 125 115 41 0 11 103 243 24 34
Binary 111001 1010101 1001101 100001 0 1001 1000011 10100011 10100 11100

Color Harmonies of #39554D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39554D

Black with #39554D

Text Example


Text Example

White with #39554D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39554D; }

 p { color: rgb(57,85,77); }

 H1.HeaderClassName
 {
   color: #39554D;
 }
 .AnyTagClassName
 {
   color: #39554D;
 }
</style>

background-color css

<style>
 a { background-color: #39554D; }

 a { background-color: rgb(57,85,77); }

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

border-color css

<style>
 span { border-color: #39554D; }

 span { border-color: rgb(57,85,77); }

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