Html Css Color HEX #35554D Spectra

📋 copy color: '#35554D'

red 53 ◦ green 85 ◦ blue 77

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

Shades of Spectra #35554D

Tints of Spectra #35554D

RGB

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

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

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

R = 24.65%
G = 39.53%
B = 35.81%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.09

 K value IS 0.67

RGB Variations

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

Color information

#35554D (or 0x35554D) is known color: Spectra. HEX triplet: 35, 55 and 4D. RGB value is (53,85,77). Sum of RGB (Red+Green+Blue) = 53+85+77=215 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.65% from 215); Green value is 85 (33.59% from 255 or 39.53% from 215); Blue value is 77 (30.47% from 255 or 35.81% from 215); Max value from RGB is 85 - color contains mainly: green. Hex color #35554D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35554D is #CAAAB2. Grayscale: #4A4A4A. Windows color (decimal): -13281971 or 5068085. OLE color: 5068085.

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

Color convert

RGB 53 85 77 -
CMYK 0.38 0 0.09 0.67
HSL 165º 0.23% 0.27% -
HSV(B) 165º 0.38% 0.33% -
XYZ 6.06 7.79 8.21 -
YUV 74.52 129.4 112.65 -
System Red Green Blue C M Y K H S L
Decimal 53 85 77 0.38 0 0.09 0.67 165 0.23 0.27
Hex 35 55 4D 26 0 9 43 A5 17 1B
Octal 65 125 115 46 0 11 103 245 27 33
Binary 110101 1010101 1001101 100110 0 1001 1000011 10100101 10111 11011

Color Harmonies of #35554D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35554D

Black with #35554D

Text Example


Text Example

White with #35554D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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