Html Css Color HEX #356F5B Stromboli

📋 copy color: '#356F5B'

red 53 ◦ green 111 ◦ blue 91

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

Shades of Stromboli #356F5B

Tints of Stromboli #356F5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 35.69%

R = 20.78%
G = 43.53%
B = 35.69%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#356F5B (or 0x356F5B) is known color: Stromboli. HEX triplet: 35, 6F and 5B. RGB value is (53,111,91). Sum of RGB (Red+Green+Blue) = 53+111+91=255 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.78% from 255); Green value is 111 (43.75% from 255 or 43.53% from 255); Blue value is 91 (35.94% from 255 or 35.69% from 255); Max value from RGB is 111 - color contains mainly: green. Hex color #356F5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356F5B is #CA90A4. Grayscale: #5B5B5B. Windows color (decimal): -13275301 or 5992245. OLE color: 5992245.

HSL color Cylindrical-coordinate representation of color #356F5B: hue angle of 159.31º 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 #356F5B is Cyan = 0.52, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB 53 111 91 -
CMYK 0.52 0 0.18 0.56
HSL 159.31º 0.35% 0.32% -
HSV(B) 159.31º 0.52% 0.44% -
XYZ 9.04 12.88 11.91 -
YUV 91.38 127.78 100.63 -
System Red Green Blue C M Y K H S L
Decimal 53 111 91 0.52 0 0.18 0.56 159.31 0.35 0.32
Hex 35 6F 5B 34 0 12 38 9F 23 20
Octal 65 157 133 64 0 22 70 237 43 40
Binary 110101 1101111 1011011 110100 0 10010 111000 10011111 100011 100000

Color Harmonies of #356F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356F5B

Black with #356F5B

Text Example


Text Example

White with #356F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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