Html Css Color HEX #355648 Spectra

📋 copy color: '#355648'

red 53 ◦ green 86 ◦ blue 72

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

Shades of Spectra #355648

Tints of Spectra #355648

RGB

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

 GREEN value IS 86 (33.98% from 255) = 40.76%

 BLUE value IS 72 (28.52% from 255) = 34.12%

R = 25.12%
G = 40.76%
B = 34.12%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.16

 K value IS 0.66

RGB Variations

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

Color information

#355648 (or 0x355648) is known color: Spectra. HEX triplet: 35, 56 and 48. RGB value is (53,86,72). Sum of RGB (Red+Green+Blue) = 53+86+72=211 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.12% from 211); Green value is 86 (33.98% from 255 or 40.76% from 211); Blue value is 72 (28.52% from 255 or 34.12% from 211); Max value from RGB is 86 - color contains mainly: green. Hex color #355648 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355648 is #CAA9B7. Grayscale: #4A4A4A. Windows color (decimal): -13281720 or 4740661. OLE color: 4740661.

HSL color Cylindrical-coordinate representation of color #355648: hue angle of 154.55º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #355648 is Cyan = 0.38, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.66.

Color convert

RGB 53 86 72 -
CMYK 0.38 0 0.16 0.66
HSL 154.55º 0.24% 0.27% -
HSV(B) 154.55º 0.38% 0.34% -
XYZ 5.97 7.88 7.34 -
YUV 74.54 126.57 112.64 -
System Red Green Blue C M Y K H S L
Decimal 53 86 72 0.38 0 0.16 0.66 154.55 0.24 0.27
Hex 35 56 48 26 0 10 42 9B 18 1B
Octal 65 126 110 46 0 20 102 233 30 33
Binary 110101 1010110 1001000 100110 0 10000 1000010 10011011 11000 11011

Color Harmonies of #355648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355648

Black with #355648

Text Example


Text Example

White with #355648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355648; }

 p { color: rgb(53,86,72); }

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

background-color css

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

 a { background-color: rgb(53,86,72); }

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

border-color css

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

 span { border-color: rgb(53,86,72); }

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