Html Css Color HEX #356255 Spectra

📋 copy color: '#356255'

red 53 ◦ green 98 ◦ blue 85

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

Shades of Spectra #356255

Tints of Spectra #356255

RGB

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

 GREEN value IS 98 (38.67% from 255) = 41.53%

 BLUE value IS 85 (33.59% from 255) = 36.02%

R = 22.46%
G = 41.53%
B = 36.02%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.13

 K value IS 0.62

RGB Variations

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

Color information

#356255 (or 0x356255) is known color: Spectra. HEX triplet: 35, 62 and 55. RGB value is (53,98,85). Sum of RGB (Red+Green+Blue) = 53+98+85=236 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.46% from 236); Green value is 98 (38.67% from 255 or 41.53% from 236); Blue value is 85 (33.59% from 255 or 36.02% from 236); Max value from RGB is 98 - color contains mainly: green. Hex color #356255 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356255 is #CA9DAA. Grayscale: #535353. Windows color (decimal): -13278635 or 5595701. OLE color: 5595701.

HSL color Cylindrical-coordinate representation of color #356255: hue angle of 162.67º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #356255 is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.62.

Color convert

RGB 53 98 85 -
CMYK 0.46 0 0.13 0.62
HSL 162.67º 0.3% 0.3% -
HSV(B) 162.67º 0.46% 0.38% -
XYZ 7.48 10.15 10.16 -
YUV 83.06 129.09 106.56 -
System Red Green Blue C M Y K H S L
Decimal 53 98 85 0.46 0 0.13 0.62 162.67 0.3 0.3
Hex 35 62 55 2E 0 D 3E A3 1E 1E
Octal 65 142 125 56 0 15 76 243 36 36
Binary 110101 1100010 1010101 101110 0 1101 111110 10100011 11110 11110

Color Harmonies of #356255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356255

Black with #356255

Text Example


Text Example

White with #356255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356255; }

 p { color: rgb(53,98,85); }

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

background-color css

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

 a { background-color: rgb(53,98,85); }

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

border-color css

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

 span { border-color: rgb(53,98,85); }

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