Html Css Color HEX #35574D Spectra

📋 copy color: '#35574D'

red 53 ◦ green 87 ◦ blue 77

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

Shades of Spectra #35574D

Tints of Spectra #35574D

RGB

 RED value IS 53 (21.09% from 255) = 24.42%

 GREEN value IS 87 (34.38% from 255) = 40.09%

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

R = 24.42%
G = 40.09%
B = 35.48%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.11

 K value IS 0.66

RGB Variations

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

Color information

#35574D (or 0x35574D) is known color: Spectra. HEX triplet: 35, 57 and 4D. RGB value is (53,87,77). Sum of RGB (Red+Green+Blue) = 53+87+77=217 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.42% from 217); Green value is 87 (34.38% from 255 or 40.09% from 217); Blue value is 77 (30.47% from 255 or 35.48% from 217); Max value from RGB is 87 - color contains mainly: green. Hex color #35574D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35574D is #CAA8B2. Grayscale: #4B4B4B. Windows color (decimal): -13281459 or 5068597. OLE color: 5068597.

HSL color Cylindrical-coordinate representation of color #35574D: hue angle of 162.35º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #35574D is Cyan = 0.39, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.66.

Color convert

RGB 53 87 77 -
CMYK 0.39 0 0.11 0.66
HSL 162.35º 0.24% 0.27% -
HSV(B) 162.35º 0.39% 0.34% -
XYZ 6.22 8.11 8.26 -
YUV 75.69 128.74 111.81 -
System Red Green Blue C M Y K H S L
Decimal 53 87 77 0.39 0 0.11 0.66 162.35 0.24 0.27
Hex 35 57 4D 27 0 B 42 A2 18 1B
Octal 65 127 115 47 0 13 102 242 30 33
Binary 110101 1010111 1001101 100111 0 1011 1000010 10100010 11000 11011

Color Harmonies of #35574D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35574D

Black with #35574D

Text Example


Text Example

White with #35574D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,87,77); }

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

background-color css

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

 a { background-color: rgb(53,87,77); }

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

border-color css

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

 span { border-color: rgb(53,87,77); }

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