Html Css Color HEX #355849 Spectra

📋 copy color: '#355849'

red 53 ◦ green 88 ◦ blue 73

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

Shades of Spectra #355849

Tints of Spectra #355849

RGB

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

 GREEN value IS 88 (34.77% from 255) = 41.12%

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

R = 24.77%
G = 41.12%
B = 34.11%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.17

 K value IS 0.65

RGB Variations

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

Color information

#355849 (or 0x355849) is known color: Spectra. HEX triplet: 35, 58 and 49. RGB value is (53,88,73). Sum of RGB (Red+Green+Blue) = 53+88+73=214 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.77% from 214); Green value is 88 (34.77% from 255 or 41.12% from 214); Blue value is 73 (28.91% from 255 or 34.11% from 214); Max value from RGB is 88 - color contains mainly: green. Hex color #355849 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355849 is #CAA7B6. Grayscale: #4B4B4B. Windows color (decimal): -13281207 or 4806709. OLE color: 4806709.

HSL color Cylindrical-coordinate representation of color #355849: hue angle of 154.29º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #355849 is Cyan = 0.40, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.65.

Color convert

RGB 53 88 73 -
CMYK 0.40 0 0.17 0.65
HSL 154.29º 0.25% 0.28% -
HSV(B) 154.29º 0.4% 0.35% -
XYZ 6.16 8.22 7.56 -
YUV 75.83 126.4 111.72 -
System Red Green Blue C M Y K H S L
Decimal 53 88 73 0.40 0 0.17 0.65 154.29 0.25 0.28
Hex 35 58 49 28 0 11 41 9A 19 1C
Octal 65 130 111 50 0 21 101 232 31 34
Binary 110101 1011000 1001001 101000 0 10001 1000001 10011010 11001 11100

Color Harmonies of #355849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355849

Black with #355849

Text Example


Text Example

White with #355849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355849; }

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

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

background-color css

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

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

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

border-color css

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

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

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