Html Css Color HEX #356056 Spectra

📋 copy color: '#356056'

red 53 ◦ green 96 ◦ blue 86

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

Shades of Spectra #356056

Tints of Spectra #356056

RGB

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

 GREEN value IS 96 (37.89% from 255) = 40.85%

 BLUE value IS 86 (33.98% from 255) = 36.6%

R = 22.55%
G = 40.85%
B = 36.6%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.10

 K value IS 0.62

RGB Variations

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

Color information

#356056 (or 0x356056) is known color: Spectra. HEX triplet: 35, 60 and 56. RGB value is (53,96,86). Sum of RGB (Red+Green+Blue) = 53+96+86=235 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.55% from 235); Green value is 96 (37.89% from 255 or 40.85% from 235); Blue value is 86 (33.98% from 255 or 36.60% from 235); Max value from RGB is 96 - color contains mainly: green. Hex color #356056 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356056 is #CA9FA9. Grayscale: #525252. Windows color (decimal): -13279146 or 5660725. OLE color: 5660725.

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

Color convert

RGB 53 96 86 -
CMYK 0.45 0 0.10 0.62
HSL 166.05º 0.29% 0.29% -
HSV(B) 166.05º 0.45% 0.38% -
XYZ 7.33 9.79 10.31 -
YUV 82 130.25 107.31 -
System Red Green Blue C M Y K H S L
Decimal 53 96 86 0.45 0 0.10 0.62 166.05 0.29 0.29
Hex 35 60 56 2D 0 A 3E A6 1D 1D
Octal 65 140 126 55 0 12 76 246 35 35
Binary 110101 1100000 1010110 101101 0 1010 111110 10100110 11101 11101

Color Harmonies of #356056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356056

Black with #356056

Text Example


Text Example

White with #356056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356056; }

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

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

background-color css

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

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

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

border-color css

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

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

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