Html Css Color HEX #356F5D Stromboli

📋 copy color: '#356F5D'

red 53 ◦ green 111 ◦ blue 93

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

Shades of Stromboli #356F5D

Tints of Stromboli #356F5D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 43.19%

 BLUE value IS 93 (36.72% from 255) = 36.19%

R = 20.62%
G = 43.19%
B = 36.19%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#356F5D (or 0x356F5D) is known color: Stromboli. HEX triplet: 35, 6F and 5D. RGB value is (53,111,93). Sum of RGB (Red+Green+Blue) = 53+111+93=257 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.62% from 257); Green value is 111 (43.75% from 255 or 43.19% from 257); Blue value is 93 (36.72% from 255 or 36.19% from 257); Max value from RGB is 111 - color contains mainly: green. Hex color #356F5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356F5D is #CA90A2. Grayscale: #5B5B5B. Windows color (decimal): -13275299 or 6123317. OLE color: 6123317.

HSL color Cylindrical-coordinate representation of color #356F5D: hue angle of 161.38º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #356F5D is Cyan = 0.52, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB 53 111 93 -
CMYK 0.52 0 0.16 0.56
HSL 161.38º 0.35% 0.32% -
HSV(B) 161.38º 0.52% 0.44% -
XYZ 9.13 12.92 12.37 -
YUV 91.61 128.78 100.46 -
System Red Green Blue C M Y K H S L
Decimal 53 111 93 0.52 0 0.16 0.56 161.38 0.35 0.32
Hex 35 6F 5D 34 0 10 38 A1 23 20
Octal 65 157 135 64 0 20 70 241 43 40
Binary 110101 1101111 1011101 110100 0 10000 111000 10100001 100011 100000

Color Harmonies of #356F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356F5D

Black with #356F5D

Text Example


Text Example

White with #356F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356F5D; }

 p { color: rgb(53,111,93); }

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

background-color css

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

 a { background-color: rgb(53,111,93); }

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

border-color css

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

 span { border-color: rgb(53,111,93); }

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