Html Css Color HEX #355F51 Spectra

📋 copy color: '#355F51'

red 53 ◦ green 95 ◦ blue 81

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

Shades of Spectra #355F51

Tints of Spectra #355F51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 35.37%

R = 23.14%
G = 41.48%
B = 35.37%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.15

 K value IS 0.63

RGB Variations

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

Color information

#355F51 (or 0x355F51) is known color: Spectra. HEX triplet: 35, 5F and 51. RGB value is (53,95,81). Sum of RGB (Red+Green+Blue) = 53+95+81=229 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.14% from 229); Green value is 95 (37.5% from 255 or 41.48% from 229); Blue value is 81 (32.03% from 255 or 35.37% from 229); Max value from RGB is 95 - color contains mainly: green. Hex color #355F51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355F51 is #CAA0AE. Grayscale: #505050. Windows color (decimal): -13279407 or 5332789. OLE color: 5332789.

HSL color Cylindrical-coordinate representation of color #355F51: hue angle of 160º 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 #355F51 is Cyan = 0.44, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.63.

Color convert

RGB 53 95 81 -
CMYK 0.44 0 0.15 0.63
HSL 160º 0.28% 0.29% -
HSV(B) 160º 0.44% 0.37% -
XYZ 7.05 9.54 9.25 -
YUV 80.85 128.09 108.14 -
System Red Green Blue C M Y K H S L
Decimal 53 95 81 0.44 0 0.15 0.63 160 0.28 0.29
Hex 35 5F 51 2C 0 F 3F A0 1C 1D
Octal 65 137 121 54 0 17 77 240 34 35
Binary 110101 1011111 1010001 101100 0 1111 111111 10100000 11100 11101

Color Harmonies of #355F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355F51

Black with #355F51

Text Example


Text Example

White with #355F51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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