Html Css Color HEX #386559 Stromboli

📋 copy color: '#386559'

red 56 ◦ green 101 ◦ blue 89

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

Shades of Stromboli #386559

Tints of Stromboli #386559

RGB

 RED value IS 56 (22.27% from 255) = 22.76%

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

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

R = 22.76%
G = 41.06%
B = 36.18%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.12

 K value IS 0.60

RGB Variations

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

Color information

#386559 (or 0x386559) is known color: Stromboli. HEX triplet: 38, 65 and 59. RGB value is (56,101,89). Sum of RGB (Red+Green+Blue) = 56+101+89=246 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.76% from 246); Green value is 101 (39.84% from 255 or 41.06% from 246); Blue value is 89 (35.16% from 255 or 36.18% from 246); Max value from RGB is 101 - color contains mainly: green. Hex color #386559 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386559 is #C79AA6. Grayscale: #565656. Windows color (decimal): -13081255 or 5858616. OLE color: 5858616.

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

Color convert

RGB 56 101 89 -
CMYK 0.45 0 0.12 0.60
HSL 164º 0.29% 0.31% -
HSV(B) 164º 0.45% 0.4% -
XYZ 8.09 10.87 11.12 -
YUV 86.18 129.59 106.48 -
System Red Green Blue C M Y K H S L
Decimal 56 101 89 0.45 0 0.12 0.60 164 0.29 0.31
Hex 38 65 59 2D 0 C 3C A4 1D 1F
Octal 70 145 131 55 0 14 74 244 35 37
Binary 111000 1100101 1011001 101101 0 1100 111100 10100100 11101 11111

Color Harmonies of #386559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386559

Black with #386559

Text Example


Text Example

White with #386559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386559; }

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

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

background-color css

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

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

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

border-color css

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

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

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