Html Css Color HEX #355549 Spectra

📋 copy color: '#355549'

red 53 ◦ green 85 ◦ blue 73

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

Shades of Spectra #355549

Tints of Spectra #355549

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 34.6%

R = 25.12%
G = 40.28%
B = 34.6%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#355549 (or 0x355549) is known color: Spectra. HEX triplet: 35, 55 and 49. RGB value is (53,85,73). Sum of RGB (Red+Green+Blue) = 53+85+73=211 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.12% from 211); Green value is 85 (33.59% from 255 or 40.28% from 211); Blue value is 73 (28.91% from 255 or 34.60% from 211); Max value from RGB is 85 - color contains mainly: green. Hex color #355549 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355549 is #CAAAB6. Grayscale: #4A4A4A. Windows color (decimal): -13281975 or 4805941. OLE color: 4805941.

HSL color Cylindrical-coordinate representation of color #355549: hue angle of 157.5º 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 #355549 is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB 53 85 73 -
CMYK 0.38 0 0.14 0.67
HSL 157.5º 0.23% 0.27% -
HSV(B) 157.5º 0.38% 0.33% -
XYZ 5.92 7.73 7.48 -
YUV 74.06 127.4 112.98 -
System Red Green Blue C M Y K H S L
Decimal 53 85 73 0.38 0 0.14 0.67 157.5 0.23 0.27
Hex 35 55 49 26 0 E 43 9E 17 1B
Octal 65 125 111 46 0 16 103 236 27 33
Binary 110101 1010101 1001001 100110 0 1110 1000011 10011110 10111 11011

Color Harmonies of #355549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355549

Black with #355549

Text Example


Text Example

White with #355549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355549; }

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

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

background-color css

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

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

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

border-color css

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

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

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