Html Css Color HEX #355F50 Spectra

📋 copy color: '#355F50'

red 53 ◦ green 95 ◦ blue 80

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

Shades of Spectra #355F50

Tints of Spectra #355F50

RGB

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

 GREEN value IS 95 (37.5% from 255) = 41.67%

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

R = 23.25%
G = 41.67%
B = 35.09%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.16

 K value IS 0.63

RGB Variations

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

Color information

#355F50 (or 0x355F50) is known color: Spectra. HEX triplet: 35, 5F and 50. RGB value is (53,95,80). Sum of RGB (Red+Green+Blue) = 53+95+80=228 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.25% from 228); Green value is 95 (37.5% from 255 or 41.67% from 228); Blue value is 80 (31.64% from 255 or 35.09% from 228); Max value from RGB is 95 - color contains mainly: green. Hex color #355F50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355F50 is #CAA0AF. Grayscale: #505050. Windows color (decimal): -13279408 or 5267253. OLE color: 5267253.

HSL color Cylindrical-coordinate representation of color #355F50: hue angle of 158.57º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #355F50 is Cyan = 0.44, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.63.

Color convert

RGB 53 95 80 -
CMYK 0.44 0 0.16 0.63
HSL 158.57º 0.28% 0.29% -
HSV(B) 158.57º 0.44% 0.37% -
XYZ 7.01 9.52 9.06 -
YUV 80.73 127.59 108.22 -
System Red Green Blue C M Y K H S L
Decimal 53 95 80 0.44 0 0.16 0.63 158.57 0.28 0.29
Hex 35 5F 50 2C 0 10 3F 9F 1C 1D
Octal 65 137 120 54 0 20 77 237 34 35
Binary 110101 1011111 1010000 101100 0 10000 111111 10011111 11100 11101

Color Harmonies of #355F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355F50

Black with #355F50

Text Example


Text Example

White with #355F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355F50; }

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

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

background-color css

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

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

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

border-color css

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

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

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