Html Css Color HEX #356559 Stromboli

📋 copy color: '#356559'

red 53 ◦ green 101 ◦ blue 89

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

Shades of Stromboli #356559

Tints of Stromboli #356559

RGB

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

 GREEN value IS 101 (39.84% from 255) = 41.56%

 BLUE value IS 89 (35.16% from 255) = 36.63%

R = 21.81%
G = 41.56%
B = 36.63%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.12

 K value IS 0.60

RGB Variations

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

Color information

#356559 (or 0x356559) is known color: Stromboli. HEX triplet: 35, 65 and 59. RGB value is (53,101,89). Sum of RGB (Red+Green+Blue) = 53+101+89=243 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.81% from 243); Green value is 101 (39.84% from 255 or 41.56% from 243); Blue value is 89 (35.16% from 255 or 36.63% from 243); Max value from RGB is 101 - color contains mainly: green. Hex color #356559 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356559 is #CA9AA6. Grayscale: #555555. Windows color (decimal): -13277863 or 5858613. OLE color: 5858613.

HSL color Cylindrical-coordinate representation of color #356559: hue angle of 165º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #356559 is Cyan = 0.48, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.60.

Color convert

RGB 53 101 89 -
CMYK 0.48 0 0.12 0.60
HSL 165º 0.31% 0.3% -
HSV(B) 165º 0.48% 0.4% -
XYZ 7.93 10.79 11.12 -
YUV 85.28 130.1 104.98 -
System Red Green Blue C M Y K H S L
Decimal 53 101 89 0.48 0 0.12 0.60 165 0.31 0.3
Hex 35 65 59 30 0 C 3C A5 1F 1E
Octal 65 145 131 60 0 14 74 245 37 36
Binary 110101 1100101 1011001 110000 0 1100 111100 10100101 11111 11110

Color Harmonies of #356559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356559

Black with #356559

Text Example


Text Example

White with #356559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356559; }

 p { color: rgb(53,101,89); }

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

background-color css

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

 a { background-color: rgb(53,101,89); }

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

border-color css

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

 span { border-color: rgb(53,101,89); }

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