Html Css Color HEX #356157 Spectra

📋 copy color: '#356157'

red 53 ◦ green 97 ◦ blue 87

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

Shades of Spectra #356157

Tints of Spectra #356157

RGB

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

 GREEN value IS 97 (38.28% from 255) = 40.93%

 BLUE value IS 87 (34.38% from 255) = 36.71%

R = 22.36%
G = 40.93%
B = 36.71%

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

#356157 (or 0x356157) is known color: Spectra. HEX triplet: 35, 61 and 57. RGB value is (53,97,87). Sum of RGB (Red+Green+Blue) = 53+97+87=237 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.36% from 237); Green value is 97 (38.28% from 255 or 40.93% from 237); Blue value is 87 (34.38% from 255 or 36.71% from 237); Max value from RGB is 97 - color contains mainly: green. Hex color #356157 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356157 is #CA9EA8. Grayscale: #525252. Windows color (decimal): -13278889 or 5726517. OLE color: 5726517.

HSL color Cylindrical-coordinate representation of color #356157: hue angle of 166.36º 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 #356157 is Cyan = 0.45, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.62.

Color convert

RGB 53 97 87 -
CMYK 0.45 0 0.10 0.62
HSL 166.36º 0.29% 0.29% -
HSV(B) 166.36º 0.45% 0.38% -
XYZ 7.46 9.99 10.55 -
YUV 82.7 130.42 106.81 -
System Red Green Blue C M Y K H S L
Decimal 53 97 87 0.45 0 0.10 0.62 166.36 0.29 0.29
Hex 35 61 57 2D 0 A 3E A6 1D 1D
Octal 65 141 127 55 0 12 76 246 35 35
Binary 110101 1100001 1010111 101101 0 1010 111110 10100110 11101 11101

Color Harmonies of #356157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356157

Black with #356157

Text Example


Text Example

White with #356157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356157; }

 p { color: rgb(53,97,87); }

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

background-color css

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

 a { background-color: rgb(53,97,87); }

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

border-color css

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

 span { border-color: rgb(53,97,87); }

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