Html Css Color HEX #355950 Spectra

📋 copy color: '#355950'

red 53 ◦ green 89 ◦ blue 80

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

Shades of Spectra #355950

Tints of Spectra #355950

RGB

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

 GREEN value IS 89 (35.16% from 255) = 40.09%

 BLUE value IS 80 (31.64% from 255) = 36.04%

R = 23.87%
G = 40.09%
B = 36.04%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.10

 K value IS 0.65

RGB Variations

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

Color information

#355950 (or 0x355950) is known color: Spectra. HEX triplet: 35, 59 and 50. RGB value is (53,89,80). Sum of RGB (Red+Green+Blue) = 53+89+80=222 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.87% from 222); Green value is 89 (35.16% from 255 or 40.09% from 222); Blue value is 80 (31.64% from 255 or 36.04% from 222); Max value from RGB is 89 - color contains mainly: green. Hex color #355950 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355950 is #CAA6AF. Grayscale: #4D4D4D. Windows color (decimal): -13280944 or 5265717. OLE color: 5265717.

HSL color Cylindrical-coordinate representation of color #355950: hue angle of 165º 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 #355950 is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.65.

Color convert

RGB 53 89 80 -
CMYK 0.40 0 0.10 0.65
HSL 165º 0.25% 0.28% -
HSV(B) 165º 0.4% 0.35% -
XYZ 6.49 8.48 8.88 -
YUV 77.21 129.57 110.73 -
System Red Green Blue C M Y K H S L
Decimal 53 89 80 0.40 0 0.10 0.65 165 0.25 0.28
Hex 35 59 50 28 0 A 41 A5 19 1C
Octal 65 131 120 50 0 12 101 245 31 34
Binary 110101 1011001 1010000 101000 0 1010 1000001 10100101 11001 11100

Color Harmonies of #355950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355950

Black with #355950

Text Example


Text Example

White with #355950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355950; }

 p { color: rgb(53,89,80); }

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

background-color css

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

 a { background-color: rgb(53,89,80); }

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

border-color css

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

 span { border-color: rgb(53,89,80); }

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